#532488

Color #532488 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #532488

Tints of Kingfisher Daisy #532488

Color information

#532488 (or 0x532488) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 24 and 88. RGB value is (83,36,136). Sum of RGB (Red+Green+Blue) = 83+36+136=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #532488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532488 is #ACDB77. Grayscale: #3D3D3D. Windows color (decimal): -11328376 or 8922195. OLE color: 8922195.

HSL color Cylindrical-coordinate representation of color #532488: hue angle of 268.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532488 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8336136-
CMYK0.390.7400.47
HSL268.2º58.14%33.73%-
HSV(B)268.2º73.53%53.33%-
XYZ8.644.8823.78-
YUV61.45170.07143.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=32.55%
G=14.12%
B=53.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83361360.390.7400.47268.258.1433.73
Hex532488274A02F10c3a22
Octal12344210471120574147242
Binary10100111001001000100010011110010100101111100001100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532488; }

 p { color: rgb(83,36,136); }

 H1.HeaderClassName
 {
   color: #532488;
 }
 .AnyTagClassName
 {
   color: #532488;
 }
</style>
background-color css

<style>
 a { background-color: #532488; }

 a { background-color: rgb(83,36,136); }

 div.DivClassName
 {
   background-color: #532488;
 }
 .BgClassName
 {
   background-color: #532488;
 }
</style>
border-color css

<style>
 span { border-color: #532488; }

 span { border-color: rgb(83,36,136); }

 td.TdClassName
 {
   border-color: #532488;
 }
 .TagClassName
 {
   border-color: #532488;
 }
</style>