Html Css Color HEX #57227F Kingfisher Daisy

📋 copy color: '#57227F'

red 87 ◦ green 34 ◦ blue 127

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

Shades of Kingfisher Daisy #57227F

Tints of Kingfisher Daisy #57227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.21%

R = 35.08%
G = 13.71%
B = 51.21%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57227F (or 0x57227F) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 7F. RGB value is (87,34,127). Sum of RGB (Red+Green+Blue) = 87+34+127=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #57227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57227F is #A8DD80. Grayscale: #3C3C3C. Windows color (decimal): -11066753 or 8331863. OLE color: 8331863.

HSL color Cylindrical-coordinate representation of color #57227F: hue angle of 274.19º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57227F is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 34 127 -
CMYK 0.31 0.73 0 0.50
HSL 274.19º 0.58% 0.32% -
HSV(B) 274.19º 0.73% 0.5% -
XYZ 8.33 4.7 20.55 -
YUV 60.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 87 34 127 0.31 0.73 0 0.50 274.19 0.58 0.32
Hex 57 22 7F 1F 49 0 32 112 3A 20
Octal 127 42 177 37 111 0 62 422 72 40
Binary 1010111 100010 1111111 11111 1001001 0 110010 100010010 111010 100000

Color Harmonies of #57227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57227F

Black with #57227F

Text Example


Text Example

White with #57227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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