#57328B

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

Shades of Kingfisher Daisy #57328B

Tints of Kingfisher Daisy #57328B

Color information

#57328B (or 0x57328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 32 and 8B. RGB value is (87,50,139). Sum of RGB (Red+Green+Blue) = 87+50+139=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #57328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57328B is #A8CD74. Grayscale: #464646. Windows color (decimal): -11062645 or 9122391. OLE color: 9122391.

HSL color Cylindrical-coordinate representation of color #57328B: hue angle of 264.94º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57328B is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8750139-
CMYK0.370.6400.45
HSL264.94º47.09%37.06%-
HSV(B)264.94º64.03%54.51%-
XYZ9.736.1725.1-
YUV71.21166.26139.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=31.52%
G=18.12%
B=50.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87501390.370.6400.45264.9447.0937.06
Hex57328B254002D1092f25
Octal12762213451000554115745
Binary10101111100101000101110010110000000101101100001001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,50,139); }

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

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

 a { background-color: rgb(87,50,139); }

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

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

 span { border-color: rgb(87,50,139); }

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