Html Css Color HEX #57439B Daisy Bush

📋 copy color: '#57439B'

red 87 ◦ green 67 ◦ blue 155

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

Shades of Daisy Bush #57439B

Tints of Daisy Bush #57439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 28.16%
G = 21.68%
B = 50.16%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57439B (or 0x57439B) is known color: Daisy Bush. HEX triplet: 57, 43 and 9B. RGB value is (87,67,155). Sum of RGB (Red+Green+Blue) = 87+67+155=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #57439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57439B is #A8BC64. Grayscale: #525252. Windows color (decimal): -11058277 or 10175319. OLE color: 10175319.

HSL color Cylindrical-coordinate representation of color #57439B: hue angle of 253.64º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57439B is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 67 155 -
CMYK 0.44 0.57 0 0.39
HSL 253.64º 0.4% 0.44% -
HSV(B) 253.64º 0.57% 0.61% -
XYZ 11.85 8.41 32.01 -
YUV 83.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 87 67 155 0.44 0.57 0 0.39 253.64 0.4 0.44
Hex 57 43 9B 2C 39 0 27 FE 28 2C
Octal 127 103 233 54 71 0 47 376 50 54
Binary 1010111 1000011 10011011 101100 111001 0 100111 11111110 101000 101100

Color Harmonies of #57439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57439B

Black with #57439B

Text Example


Text Example

White with #57439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57439B; }

 p { color: rgb(87,67,155); }

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

background-color css

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

 a { background-color: rgb(87,67,155); }

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

border-color css

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

 span { border-color: rgb(87,67,155); }

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