#52337B

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

Shades of Kingfisher Daisy #52337B

Tints of Kingfisher Daisy #52337B

Color information

#52337B (or 0x52337B) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 33 and 7B. RGB value is (82,51,123). Sum of RGB (Red+Green+Blue) = 82+51+123=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #52337B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52337B is #ADCC84. Grayscale: #444444. Windows color (decimal): -11390085 or 8074066. OLE color: 8074066.

HSL color Cylindrical-coordinate representation of color #52337B: hue angle of 265.83º degrees, saturation: 0.41, 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 #52337B is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8251123-
CMYK0.330.5900.52
HSL265.83º41.38%34.12%-
HSV(B)265.83º58.54%48.24%-
XYZ8.245.5919.38-
YUV68.48158.77137.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=32.03%
G=19.92%
B=48.05%

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
Decimal82511230.330.5900.52265.8341.3834.12
Hex52337B213B03410a2922
Octal1226317341730644125142
Binary101001011001111110111000011110110110100100001010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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