Html Css Color HEX #572893 Kingfisher Daisy

📋 copy color: '#572893'

red 87 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #572893

Tints of Kingfisher Daisy #572893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 31.75%
G = 14.6%
B = 53.65%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#572893 (or 0x572893) is known color: Kingfisher Daisy. HEX triplet: 57, 28 and 93. RGB value is (87,40,147). Sum of RGB (Red+Green+Blue) = 87+40+147=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #572893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572893 is #A8D76C. Grayscale: #414141. Windows color (decimal): -11065197 or 9644119. OLE color: 9644119.

HSL color Cylindrical-coordinate representation of color #572893: hue angle of 266.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572893 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 40 147 -
CMYK 0.41 0.73 0 0.42
HSL 266.36º 0.57% 0.37% -
HSV(B) 266.36º 0.73% 0.58% -
XYZ 9.96 5.65 28.17 -
YUV 66.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 87 40 147 0.41 0.73 0 0.42 266.36 0.57 0.37
Hex 57 28 93 29 49 0 2A 10A 39 25
Octal 127 50 223 51 111 0 52 412 71 45
Binary 1010111 101000 10010011 101001 1001001 0 101010 100001010 111001 100101

Color Harmonies of #572893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572893

Black with #572893

Text Example


Text Example

White with #572893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572893; }

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

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

background-color css

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

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

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

border-color css

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

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

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