#52327A

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

Shades of Kingfisher Daisy #52327A

Tints of Kingfisher Daisy #52327A

Color information

#52327A (or 0x52327A) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 32 and 7A. RGB value is (82,50,122). Sum of RGB (Red+Green+Blue) = 82+50+122=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #52327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52327A is #ADCD85. Grayscale: #434343. Windows color (decimal): -11390342 or 8008274. OLE color: 8008274.

HSL color Cylindrical-coordinate representation of color #52327A: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52327A is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8250122-
CMYK0.330.5900.52
HSL266.67º41.86%33.73%-
HSV(B)266.67º59.02%47.84%-
XYZ8.135.4819.04-
YUV67.78158.6138.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=32.28%
G=19.69%
B=48.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82501220.330.5900.52266.6741.8633.73
Hex52327A213B03410b2a22
Octal1226217241730644135242
Binary101001011001011110101000011110110110100100001011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52327A; }

 p { color: rgb(82,50,122); }

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

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

 a { background-color: rgb(82,50,122); }

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

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

 span { border-color: rgb(82,50,122); }

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