Html Css Color HEX #57389C Daisy Bush

📋 copy color: '#57389C'

red 87 ◦ green 56 ◦ blue 156

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

Shades of Daisy Bush #57389C

Tints of Daisy Bush #57389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 29.1%
G = 18.73%
B = 52.17%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57389C (or 0x57389C) is known color: Daisy Bush. HEX triplet: 57, 38 and 9C. RGB value is (87,56,156). Sum of RGB (Red+Green+Blue) = 87+56+156=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #57389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57389C is #A8C763. Grayscale: #4C4C4C. Windows color (decimal): -11061092 or 10238039. OLE color: 10238039.

HSL color Cylindrical-coordinate representation of color #57389C: hue angle of 258.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57389C is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 56 156 -
CMYK 0.44 0.64 0 0.39
HSL 258.6º 0.47% 0.42% -
HSV(B) 258.6º 0.64% 0.61% -
XYZ 11.35 7.25 32.25 -
YUV 76.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 87 56 156 0.44 0.64 0 0.39 258.6 0.47 0.42
Hex 57 38 9C 2C 40 0 27 103 2F 2A
Octal 127 70 234 54 100 0 47 403 57 52
Binary 1010111 111000 10011100 101100 1000000 0 100111 100000011 101111 101010

Color Harmonies of #57389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57389C

Black with #57389C

Text Example


Text Example

White with #57389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57389C; }

 p { color: rgb(87,56,156); }

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

background-color css

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

 a { background-color: rgb(87,56,156); }

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

border-color css

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

 span { border-color: rgb(87,56,156); }

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