Html Css Color HEX #57337D Kingfisher Daisy

📋 copy color: '#57337D'

red 87 ◦ green 51 ◦ blue 125

#57337D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #57337D

Tints of Kingfisher Daisy #57337D

RGB

 RED value IS 87 (34.38% from 255) = 33.08%

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 33.08%
G = 19.39%
B = 47.53%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57337D (or 0x57337D) is known color: Kingfisher Daisy. HEX triplet: 57, 33 and 7D. RGB value is (87,51,125). Sum of RGB (Red+Green+Blue) = 87+51+125=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #57337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57337D is #A8CC82. Grayscale: #454545. Windows color (decimal): -11062403 or 8205143. OLE color: 8205143.

HSL color Cylindrical-coordinate representation of color #57337D: hue angle of 269.19º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57337D is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 51 125 -
CMYK 0.30 0.59 0 0.51
HSL 269.19º 0.42% 0.35% -
HSV(B) 269.19º 0.59% 0.49% -
XYZ 8.82 5.87 20.07 -
YUV 70.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 87 51 125 0.30 0.59 0 0.51 269.19 0.42 0.35
Hex 57 33 7D 1E 3B 0 33 10D 2A 23
Octal 127 63 175 36 73 0 63 415 52 43
Binary 1010111 110011 1111101 11110 111011 0 110011 100001101 101010 100011

Color Harmonies of #57337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57337D

Black with #57337D

Text Example


Text Example

White with #57337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57337D; }

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

 H1.HeaderClassName
 {
   color: #57337D;
 }
 .AnyTagClassName
 {
   color: #57337D;
 }
</style>

background-color css

<style>
 a { background-color: #57337D; }

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

 div.DivClassName
 {
   background-color: #57337D;
 }
 .BgClassName
 {
   background-color: #57337D;
 }
</style>

border-color css

<style>
 span { border-color: #57337D; }

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

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