#57427B

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

Shades of Kingfisher Daisy #57427B

Tints of Kingfisher Daisy #57427B

Color information

#57427B (or 0x57427B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 42 and 7B. RGB value is (87,66,123). Sum of RGB (Red+Green+Blue) = 87+66+123=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #57427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57427B is #A8BD84. Grayscale: #4E4E4E. Windows color (decimal): -11058565 or 8077911. OLE color: 8077911.

HSL color Cylindrical-coordinate representation of color #57427B: hue angle of 262.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57427B is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8766123-
CMYK0.290.4600.52
HSL262.11º30.16%37.06%-
HSV(B)262.11º46.34%48.24%-
XYZ9.457.3519.66-
YUV78.78152.96133.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=31.52%
G=23.91%
B=44.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87661230.290.4600.52262.1130.1637.06
Hex57427B1D2E0341061e25
Octal12710217335560644063645
Binary10101111000010111101111101101110011010010000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,66,123); }

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

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

 a { background-color: rgb(87,66,123); }

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

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

 span { border-color: rgb(87,66,123); }

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