#532F87

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

Shades of Kingfisher Daisy #532F87

Tints of Kingfisher Daisy #532F87

Color information

#532F87 (or 0x532F87) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 2F and 87. RGB value is (83,47,135). Sum of RGB (Red+Green+Blue) = 83+47+135=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #532F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532F87 is #ACD078. Grayscale: #434343. Windows color (decimal): -11325561 or 8859475. OLE color: 8859475.

HSL color Cylindrical-coordinate representation of color #532F87: hue angle of 264.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532F87 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8347135-
CMYK0.390.6500.47
HSL264.55º48.35%35.69%-
HSV(B)264.55º65.19%52.94%-
XYZ8.965.6223.53-
YUV67.8165.93138.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=31.32%
G=17.74%
B=50.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83471350.390.6500.47264.5548.3535.69
Hex532F87274102F1093024
Octal12357207471010574116044
Binary10100111011111000011110011110000010101111100001001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F87; }

 p { color: rgb(83,47,135); }

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

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

 a { background-color: rgb(83,47,135); }

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

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

 span { border-color: rgb(83,47,135); }

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