Html Css Color HEX #565948 Kelp

📋 copy color: '#565948'

red 86 ◦ green 89 ◦ blue 72

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

Shades of Kelp #565948

Tints of Kelp #565948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 34.82%
G = 36.03%
B = 29.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#565948 (or 0x565948) is known color: Kelp. HEX triplet: 56, 59 and 48. RGB value is (86,89,72). Sum of RGB (Red+Green+Blue) = 86+89+72=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #565948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565948 is #A9A6B7. Grayscale: #565656. Windows color (decimal): -11118264 or 4741462. OLE color: 4741462.

HSL color Cylindrical-coordinate representation of color #565948: hue angle of 70.59º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565948 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 89 72 -
CMYK 0.03 0 0.19 0.65
HSL 70.59º 0.11% 0.32% -
HSV(B) 70.59º 0.19% 0.35% -
XYZ 8.58 9.59 7.53 -
YUV 86.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 86 89 72 0.03 0 0.19 0.65 70.59 0.11 0.32
Hex 56 59 48 3 0 13 41 47 B 20
Octal 126 131 110 3 0 23 101 107 13 40
Binary 1010110 1011001 1001000 11 0 10011 1000001 1000111 1011 100000

Color Harmonies of #565948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565948

Black with #565948

Text Example


Text Example

White with #565948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565948; }

 p { color: rgb(86,89,72); }

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

background-color css

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

 a { background-color: rgb(86,89,72); }

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

border-color css

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

 span { border-color: rgb(86,89,72); }

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