Html Css Color HEX #55593A Kelp

📋 copy color: '#55593A'

red 85 ◦ green 89 ◦ blue 58

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

Shades of Kelp #55593A

Tints of Kelp #55593A

RGB

 RED value IS 85 (33.59% from 255) = 36.64%

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

 BLUE value IS 58 (23.05% from 255) = 25%

R = 36.64%
G = 38.36%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#55593A (or 0x55593A) is known color: Kelp. HEX triplet: 55, 59 and 3A. RGB value is (85,89,58). Sum of RGB (Red+Green+Blue) = 85+89+58=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #55593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55593A is #AAA6C5. Grayscale: #545454. Windows color (decimal): -11183814 or 3823957. OLE color: 3823957.

HSL color Cylindrical-coordinate representation of color #55593A: hue angle of 67.74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55593A is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 58 -
CMYK 0.04 0 0.35 0.65
HSL 67.74º 0.21% 0.29% -
HSV(B) 67.74º 0.35% 0.35% -
XYZ 8.08 9.38 5.39 -
YUV 84.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 85 89 58 0.04 0 0.35 0.65 67.74 0.21 0.29
Hex 55 59 3A 4 0 23 41 44 15 1D
Octal 125 131 72 4 0 43 101 104 25 35
Binary 1010101 1011001 111010 100 0 100011 1000001 1000100 10101 11101

Color Harmonies of #55593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55593A

Black with #55593A

Text Example


Text Example

White with #55593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55593A; }

 p { color: rgb(85,89,58); }

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

background-color css

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

 a { background-color: rgb(85,89,58); }

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

border-color css

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

 span { border-color: rgb(85,89,58); }

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