#57358A

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

Shades of Kingfisher Daisy #57358A

Tints of Kingfisher Daisy #57358A

Color information

#57358A (or 0x57358A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 35 and 8A. RGB value is (87,53,138). Sum of RGB (Red+Green+Blue) = 87+53+138=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #57358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57358A is #A8CA75. Grayscale: #484848. Windows color (decimal): -11061878 or 9057623. OLE color: 9057623.

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

Color convert

RGB8753138-
CMYK0.370.6200.46
HSL264º44.5%37.45%-
HSV(B)264º61.59%54.12%-
XYZ9.796.4124.77-
YUV72.86164.76138.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=31.29%
G=19.06%
B=49.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87531380.370.6200.4626444.537.45
Hex57358A253E02E1082d25
Octal1276521245760564105545
Binary1010111110101100010101001011111100101110100001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,53,138); }

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

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

 a { background-color: rgb(87,53,138); }

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

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

 span { border-color: rgb(87,53,138); }

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