#52357F

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

Shades of Kingfisher Daisy #52357F

Tints of Kingfisher Daisy #52357F

Color information

#52357F (or 0x52357F) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 35 and 7F. RGB value is (82,53,127). Sum of RGB (Red+Green+Blue) = 82+53+127=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #52357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52357F is #ADCA80. Grayscale: #454545. Windows color (decimal): -11389569 or 8336722. OLE color: 8336722.

HSL color Cylindrical-coordinate representation of color #52357F: hue angle of 263.51º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52357F is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8253127-
CMYK0.350.5800.50
HSL263.51º41.11%35.29%-
HSV(B)263.51º58.27%49.8%-
XYZ8.585.8720.76-
YUV70.11160.11136.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 127 (50% from 255) = 48.47%
R=31.30%
G=20.23%
B=48.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82531270.350.5800.50263.5141.1135.29
Hex52357F233A0321082923
Octal1226517743720624105143
Binary101001011010111111111000111110100110010100001000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52357F; }

 p { color: rgb(82,53,127); }

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

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

 a { background-color: rgb(82,53,127); }

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

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

 span { border-color: rgb(82,53,127); }

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