#57338B

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

Shades of Kingfisher Daisy #57338B

Tints of Kingfisher Daisy #57338B

Color information

#57338B (or 0x57338B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 33 and 8B. RGB value is (87,51,139). Sum of RGB (Red+Green+Blue) = 87+51+139=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #57338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57338B is #A8CC74. Grayscale: #474747. Windows color (decimal): -11062389 or 9122647. OLE color: 9122647.

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

Color convert

RGB8751139-
CMYK0.370.6300.45
HSL264.55º46.32%37.25%-
HSV(B)264.55º63.31%54.51%-
XYZ9.776.2625.12-
YUV71.8165.93138.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=31.41%
G=18.41%
B=50.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87511390.370.6300.45264.5546.3237.25
Hex57338B253F02D1092e25
Octal1276321345770554115645
Binary1010111110011100010111001011111110101101100001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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