#52367B

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

Shades of Kingfisher Daisy #52367B

Tints of Kingfisher Daisy #52367B

Color information

#52367B (or 0x52367B) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 36 and 7B. RGB value is (82,54,123). Sum of RGB (Red+Green+Blue) = 82+54+123=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #52367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52367B is #ADC984. Grayscale: #454545. Windows color (decimal): -11389317 or 8074834. OLE color: 8074834.

HSL color Cylindrical-coordinate representation of color #52367B: hue angle of 264.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52367B is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8254123-
CMYK0.330.5600.52
HSL264.35º38.98%34.71%-
HSV(B)264.35º56.1%48.24%-
XYZ8.375.8619.43-
YUV70.24157.78136.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=31.66%
G=20.85%
B=47.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82541230.330.5600.52264.3538.9834.71
Hex52367B21380341082723
Octal1226617341700644104743
Binary101001011011011110111000011110000110100100001000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52367B; }

 p { color: rgb(82,54,123); }

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

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

 a { background-color: rgb(82,54,123); }

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

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

 span { border-color: rgb(82,54,123); }

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