Html Css Color HEX #57227C Kingfisher Daisy

📋 copy color: '#57227C'

red 87 ◦ green 34 ◦ blue 124

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

Shades of Kingfisher Daisy #57227C

Tints of Kingfisher Daisy #57227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 35.51%
G = 13.88%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57227C (or 0x57227C) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 7C. RGB value is (87,34,124). Sum of RGB (Red+Green+Blue) = 87+34+124=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #57227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57227C is #A8DD83. Grayscale: #3B3B3B. Windows color (decimal): -11066756 or 8135255. OLE color: 8135255.

HSL color Cylindrical-coordinate representation of color #57227C: hue angle of 275.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57227C is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 34 124 -
CMYK 0.30 0.73 0 0.51
HSL 275.33º 0.57% 0.31% -
HSV(B) 275.33º 0.73% 0.49% -
XYZ 8.14 4.63 19.53 -
YUV 60.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 87 34 124 0.30 0.73 0 0.51 275.33 0.57 0.31
Hex 57 22 7C 1E 49 0 33 113 39 1F
Octal 127 42 174 36 111 0 63 423 71 37
Binary 1010111 100010 1111100 11110 1001001 0 110011 100010011 111001 11111

Color Harmonies of #57227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57227C

Black with #57227C

Text Example


Text Example

White with #57227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57227C; }

 p { color: rgb(87,34,124); }

 H1.HeaderClassName
 {
   color: #57227C;
 }
 .AnyTagClassName
 {
   color: #57227C;
 }
</style>

background-color css

<style>
 a { background-color: #57227C; }

 a { background-color: rgb(87,34,124); }

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

border-color css

<style>
 span { border-color: #57227C; }

 span { border-color: rgb(87,34,124); }

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