Html Css Color HEX #56388C Daisy Bush

📋 copy color: '#56388C'

red 86 ◦ green 56 ◦ blue 140

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

Shades of Daisy Bush #56388C

Tints of Daisy Bush #56388C

RGB

 RED value IS 86 (33.98% from 255) = 30.5%

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

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 30.5%
G = 19.86%
B = 49.65%

CMYK

 C value IS 0.39

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56388C (or 0x56388C) is known color: Daisy Bush. HEX triplet: 56, 38 and 8C. RGB value is (86,56,140). Sum of RGB (Red+Green+Blue) = 86+56+140=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #56388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56388C is #A9C773. Grayscale: #4A4A4A. Windows color (decimal): -11126644 or 9189462. OLE color: 9189462.

HSL color Cylindrical-coordinate representation of color #56388C: hue angle of 261.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56388C is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 56 140 -
CMYK 0.39 0.6 0 0.45
HSL 261.43º 0.43% 0.38% -
HSV(B) 261.43º 0.6% 0.55% -
XYZ 9.99 6.7 25.58 -
YUV 74.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 86 56 140 0.39 0.6 0 0.45 261.43 0.43 0.38
Hex 56 38 8C 27 3C 0 2D 105 2B 26
Octal 126 70 214 47 74 0 55 405 53 46
Binary 1010110 111000 10001100 100111 111100 0 101101 100000101 101011 100110

Color Harmonies of #56388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56388C

Black with #56388C

Text Example


Text Example

White with #56388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,56,140); }

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

background-color css

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

 a { background-color: rgb(86,56,140); }

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

border-color css

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

 span { border-color: rgb(86,56,140); }

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