#532388

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

Shades of Kingfisher Daisy #532388

Tints of Kingfisher Daisy #532388

Color information

#532388 (or 0x532388) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 23 and 88. RGB value is (83,35,136). Sum of RGB (Red+Green+Blue) = 83+35+136=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #532388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532388 is #ACDC77. Grayscale: #3C3C3C. Windows color (decimal): -11328632 or 8921939. OLE color: 8921939.

HSL color Cylindrical-coordinate representation of color #532388: hue angle of 268.51º degrees, saturation: 0.59, 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 #532388 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8335136-
CMYK0.390.7400.47
HSL268.51º59.06%33.53%-
HSV(B)268.51º74.26%53.33%-
XYZ8.614.8223.77-
YUV60.87170.4143.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=32.68%
G=13.78%
B=53.54%

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
Decimal83351360.390.7400.47268.5159.0633.53
Hex532388274A02F10d3b22
Octal12343210471120574157342
Binary10100111000111000100010011110010100101111100001101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532388; }

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

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

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

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

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

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

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

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