Html Css Color HEX #572390 Kingfisher Daisy

📋 copy color: '#572390'

red 87 ◦ green 35 ◦ blue 144

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

Shades of Kingfisher Daisy #572390

Tints of Kingfisher Daisy #572390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 32.71%
G = 13.16%
B = 54.14%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#572390 (or 0x572390) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 90. RGB value is (87,35,144). Sum of RGB (Red+Green+Blue) = 87+35+144=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #572390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572390 is #A8DC6F. Grayscale: #3E3E3E. Windows color (decimal): -11066480 or 9446231. OLE color: 9446231.

HSL color Cylindrical-coordinate representation of color #572390: hue angle of 268.62º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572390 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 35 144 -
CMYK 0.40 0.76 0 0.44
HSL 268.62º 0.61% 0.35% -
HSV(B) 268.62º 0.76% 0.56% -
XYZ 9.57 5.24 26.89 -
YUV 62.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 87 35 144 0.40 0.76 0 0.44 268.62 0.61 0.35
Hex 57 23 90 28 4C 0 2C 10D 3D 23
Octal 127 43 220 50 114 0 54 415 75 43
Binary 1010111 100011 10010000 101000 1001100 0 101100 100001101 111101 100011

Color Harmonies of #572390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572390

Black with #572390

Text Example


Text Example

White with #572390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572390; }

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

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

background-color css

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

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

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

border-color css

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

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

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