Html Css Color HEX #57247E Kingfisher Daisy

📋 copy color: '#57247E'

red 87 ◦ green 36 ◦ blue 126

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

Shades of Kingfisher Daisy #57247E

Tints of Kingfisher Daisy #57247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 126 (49.61% from 255) = 50.6%

R = 34.94%
G = 14.46%
B = 50.6%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57247E (or 0x57247E) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 7E. RGB value is (87,36,126). Sum of RGB (Red+Green+Blue) = 87+36+126=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #57247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57247E is #A8DB81. Grayscale: #3D3D3D. Windows color (decimal): -11066242 or 8266839. OLE color: 8266839.

HSL color Cylindrical-coordinate representation of color #57247E: hue angle of 274º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57247E is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 36 126 -
CMYK 0.31 0.71 0 0.51
HSL 274º 0.56% 0.32% -
HSV(B) 274º 0.71% 0.49% -
XYZ 8.33 4.79 20.23 -
YUV 61.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 87 36 126 0.31 0.71 0 0.51 274 0.56 0.32
Hex 57 24 7E 1F 47 0 33 112 38 20
Octal 127 44 176 37 107 0 63 422 70 40
Binary 1010111 100100 1111110 11111 1000111 0 110011 100010010 111000 100000

Color Harmonies of #57247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57247E

Black with #57247E

Text Example


Text Example

White with #57247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57247E; }

 p { color: rgb(87,36,126); }

 H1.HeaderClassName
 {
   color: #57247E;
 }
 .AnyTagClassName
 {
   color: #57247E;
 }
</style>

background-color css

<style>
 a { background-color: #57247E; }

 a { background-color: rgb(87,36,126); }

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

border-color css

<style>
 span { border-color: #57247E; }

 span { border-color: rgb(87,36,126); }

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