Html Css Color HEX #57388F Daisy Bush

📋 copy color: '#57388F'

red 87 ◦ green 56 ◦ blue 143

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

Shades of Daisy Bush #57388F

Tints of Daisy Bush #57388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50%

R = 30.42%
G = 19.58%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57388F (or 0x57388F) is known color: Daisy Bush. HEX triplet: 57, 38 and 8F. RGB value is (87,56,143). Sum of RGB (Red+Green+Blue) = 87+56+143=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #57388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57388F is #A8C770. Grayscale: #4A4A4A. Windows color (decimal): -11061105 or 9386071. OLE color: 9386071.

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

Color convert

RGB 87 56 143 -
CMYK 0.39 0.61 0 0.44
HSL 261.38º 0.44% 0.39% -
HSV(B) 261.38º 0.61% 0.56% -
XYZ 10.3 6.84 26.76 -
YUV 75.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 87 56 143 0.39 0.61 0 0.44 261.38 0.44 0.39
Hex 57 38 8F 27 3D 0 2C 105 2C 27
Octal 127 70 217 47 75 0 54 405 54 47
Binary 1010111 111000 10001111 100111 111101 0 101100 100000101 101100 100111

Color Harmonies of #57388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57388F

Black with #57388F

Text Example


Text Example

White with #57388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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