Html Css Color HEX #57237D Kingfisher Daisy

📋 copy color: '#57237D'

red 87 ◦ green 35 ◦ blue 125

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

Shades of Kingfisher Daisy #57237D

Tints of Kingfisher Daisy #57237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 35.22%
G = 14.17%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57237D (or 0x57237D) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 7D. RGB value is (87,35,125). Sum of RGB (Red+Green+Blue) = 87+35+125=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #57237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57237D is #A8DC82. Grayscale: #3C3C3C. Windows color (decimal): -11066499 or 8201047. OLE color: 8201047.

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

Color convert

RGB 87 35 125 -
CMYK 0.30 0.72 0 0.51
HSL 274.67º 0.56% 0.31% -
HSV(B) 274.67º 0.72% 0.49% -
XYZ 8.23 4.71 19.88 -
YUV 60.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 87 35 125 0.30 0.72 0 0.51 274.67 0.56 0.31
Hex 57 23 7D 1E 48 0 33 113 38 1F
Octal 127 43 175 36 110 0 63 423 70 37
Binary 1010111 100011 1111101 11110 1001000 0 110011 100010011 111000 11111

Color Harmonies of #57237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57237D

Black with #57237D

Text Example


Text Example

White with #57237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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