Html Css Color HEX #57417D Kingfisher Daisy

📋 copy color: '#57417D'

red 87 ◦ green 65 ◦ blue 125

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

Shades of Kingfisher Daisy #57417D

Tints of Kingfisher Daisy #57417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 31.41%
G = 23.47%
B = 45.13%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57417D (or 0x57417D) is known color: Kingfisher Daisy. HEX triplet: 57, 41 and 7D. RGB value is (87,65,125). Sum of RGB (Red+Green+Blue) = 87+65+125=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #57417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57417D is #A8BE82. Grayscale: #4E4E4E. Windows color (decimal): -11058819 or 8208727. OLE color: 8208727.

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

Color convert

RGB 87 65 125 -
CMYK 0.30 0.48 0 0.51
HSL 262º 0.32% 0.37% -
HSV(B) 262º 0.48% 0.49% -
XYZ 9.52 7.29 20.31 -
YUV 78.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 87 65 125 0.30 0.48 0 0.51 262 0.32 0.37
Hex 57 41 7D 1E 30 0 33 106 20 25
Octal 127 101 175 36 60 0 63 406 40 45
Binary 1010111 1000001 1111101 11110 110000 0 110011 100000110 100000 100101

Color Harmonies of #57417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57417D

Black with #57417D

Text Example


Text Example

White with #57417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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