Html Css Color HEX #57257C Kingfisher Daisy

📋 copy color: '#57257C'

red 87 ◦ green 37 ◦ blue 124

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

Shades of Kingfisher Daisy #57257C

Tints of Kingfisher Daisy #57257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

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

R = 35.08%
G = 14.92%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57257C (or 0x57257C) is known color: Kingfisher Daisy. HEX triplet: 57, 25 and 7C. RGB value is (87,37,124). Sum of RGB (Red+Green+Blue) = 87+37+124=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #57257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57257C is #A8DA83. Grayscale: #3D3D3D. Windows color (decimal): -11065988 or 8136023. OLE color: 8136023.

HSL color Cylindrical-coordinate representation of color #57257C: hue angle of 274.48º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57257C is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 37 124 -
CMYK 0.30 0.70 0 0.51
HSL 274.48º 0.54% 0.32% -
HSV(B) 274.48º 0.7% 0.49% -
XYZ 8.23 4.8 19.56 -
YUV 61.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 87 37 124 0.30 0.70 0 0.51 274.48 0.54 0.32
Hex 57 25 7C 1E 46 0 33 112 36 20
Octal 127 45 174 36 106 0 63 422 66 40
Binary 1010111 100101 1111100 11110 1000110 0 110011 100010010 110110 100000

Color Harmonies of #57257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57257C

Black with #57257C

Text Example


Text Example

White with #57257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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