Html Css Color HEX #57288D Kingfisher Daisy

📋 copy color: '#57288D'

red 87 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #57288D

Tints of Kingfisher Daisy #57288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 32.46%
G = 14.93%
B = 52.61%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57288D (or 0x57288D) is known color: Kingfisher Daisy. HEX triplet: 57, 28 and 8D. RGB value is (87,40,141). Sum of RGB (Red+Green+Blue) = 87+40+141=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #57288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57288D is #A8D772. Grayscale: #414141. Windows color (decimal): -11065203 or 9250903. OLE color: 9250903.

HSL color Cylindrical-coordinate representation of color #57288D: hue angle of 267.92º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57288D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 40 141 -
CMYK 0.38 0.72 0 0.45
HSL 267.92º 0.56% 0.35% -
HSV(B) 267.92º 0.72% 0.55% -
XYZ 9.5 5.47 25.75 -
YUV 65.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 87 40 141 0.38 0.72 0 0.45 267.92 0.56 0.35
Hex 57 28 8D 26 48 0 2D 10C 38 23
Octal 127 50 215 46 110 0 55 414 70 43
Binary 1010111 101000 10001101 100110 1001000 0 101101 100001100 111000 100011

Color Harmonies of #57288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57288D

Black with #57288D

Text Example


Text Example

White with #57288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,40,141); }

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

background-color css

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

 a { background-color: rgb(87,40,141); }

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

border-color css

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

 span { border-color: rgb(87,40,141); }

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