Html Css Color HEX #57257D Kingfisher Daisy

📋 copy color: '#57257D'

red 87 ◦ green 37 ◦ blue 125

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

Shades of Kingfisher Daisy #57257D

Tints of Kingfisher Daisy #57257D

RGB

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

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

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

R = 34.94%
G = 14.86%
B = 50.2%

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

#57257D (or 0x57257D) is known color: Kingfisher Daisy. HEX triplet: 57, 25 and 7D. RGB value is (87,37,125). Sum of RGB (Red+Green+Blue) = 87+37+125=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #57257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57257D is #A8DA82. Grayscale: #3D3D3D. Windows color (decimal): -11065987 or 8201559. OLE color: 8201559.

HSL color Cylindrical-coordinate representation of color #57257D: hue angle of 274.09º 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 #57257D is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 37 125 -
CMYK 0.30 0.70 0 0.51
HSL 274.09º 0.54% 0.32% -
HSV(B) 274.09º 0.7% 0.49% -
XYZ 8.29 4.83 19.9 -
YUV 61.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 87 37 125 0.30 0.70 0 0.51 274.09 0.54 0.32
Hex 57 25 7D 1E 46 0 33 112 36 20
Octal 127 45 175 36 106 0 63 422 66 40
Binary 1010111 100101 1111101 11110 1000110 0 110011 100010010 110110 100000

Color Harmonies of #57257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57257D

Black with #57257D

Text Example


Text Example

White with #57257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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