Html Css Color HEX #56385F Honey Flower

📋 copy color: '#56385F'

red 86 ◦ green 56 ◦ blue 95

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

Shades of Honey Flower #56385F

Tints of Honey Flower #56385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 36.29%
G = 23.63%
B = 40.08%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#56385F (or 0x56385F) is known color: Honey Flower. HEX triplet: 56, 38 and 5F. RGB value is (86,56,95). Sum of RGB (Red+Green+Blue) = 86+56+95=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #56385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56385F is #A9C7A0. Grayscale: #454545. Windows color (decimal): -11126689 or 6240342. OLE color: 6240342.

HSL color Cylindrical-coordinate representation of color #56385F: hue angle of 286.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56385F is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 56 95 -
CMYK 0.09 0.41 0 0.63
HSL 286.15º 0.26% 0.3% -
HSV(B) 286.15º 0.41% 0.37% -
XYZ 7.32 5.63 11.53 -
YUV 69.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 86 56 95 0.09 0.41 0 0.63 286.15 0.26 0.3
Hex 56 38 5F 9 29 0 3F 11E 1A 1E
Octal 126 70 137 11 51 0 77 436 32 36
Binary 1010110 111000 1011111 1001 101001 0 111111 100011110 11010 11110

Color Harmonies of #56385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56385F

Black with #56385F

Text Example


Text Example

White with #56385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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