Html Css Color HEX #572995 Daisy Bush

📋 copy color: '#572995'

red 87 ◦ green 41 ◦ blue 149

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

Shades of Daisy Bush #572995

Tints of Daisy Bush #572995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 31.41%
G = 14.8%
B = 53.79%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#572995 (or 0x572995) is known color: Daisy Bush. HEX triplet: 57, 29 and 95. RGB value is (87,41,149). Sum of RGB (Red+Green+Blue) = 87+41+149=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #572995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572995 is #A8D66A. Grayscale: #424242. Windows color (decimal): -11064939 or 9775447. OLE color: 9775447.

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

Color convert

RGB 87 41 149 -
CMYK 0.42 0.72 0 0.42
HSL 265.56º 0.57% 0.37% -
HSV(B) 265.56º 0.72% 0.58% -
XYZ 10.15 5.78 29.01 -
YUV 67.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 87 41 149 0.42 0.72 0 0.42 265.56 0.57 0.37
Hex 57 29 95 2A 48 0 2A 10A 39 25
Octal 127 51 225 52 110 0 52 412 71 45
Binary 1010111 101001 10010101 101010 1001000 0 101010 100001010 111001 100101

Color Harmonies of #572995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572995

Black with #572995

Text Example


Text Example

White with #572995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572995; }

 p { color: rgb(87,41,149); }

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

background-color css

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

 a { background-color: rgb(87,41,149); }

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

border-color css

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

 span { border-color: rgb(87,41,149); }

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