Html Css Color HEX #55604B Cabbage Pont

📋 copy color: '#55604B'

red 85 ◦ green 96 ◦ blue 75

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

Shades of Cabbage Pont #55604B

Tints of Cabbage Pont #55604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 33.2%
G = 37.5%
B = 29.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#55604B (or 0x55604B) is known color: Cabbage Pont. HEX triplet: 55, 60 and 4B. RGB value is (85,96,75). Sum of RGB (Red+Green+Blue) = 85+96+75=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #55604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55604B is #AA9FB4. Grayscale: #5A5A5A. Windows color (decimal): -11182005 or 4939861. OLE color: 4939861.

HSL color Cylindrical-coordinate representation of color #55604B: hue angle of 91.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55604B is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 75 -
CMYK 0.11 0 0.22 0.62
HSL 91.43º 0.12% 0.34% -
HSV(B) 91.43º 0.22% 0.38% -
XYZ 9.2 10.81 8.26 -
YUV 90.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 85 96 75 0.11 0 0.22 0.62 91.43 0.12 0.34
Hex 55 60 4B B 0 16 3E 5B C 22
Octal 125 140 113 13 0 26 76 133 14 42
Binary 1010101 1100000 1001011 1011 0 10110 111110 1011011 1100 100010

Color Harmonies of #55604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55604B

Black with #55604B

Text Example


Text Example

White with #55604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55604B; }

 p { color: rgb(85,96,75); }

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

background-color css

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

 a { background-color: rgb(85,96,75); }

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

border-color css

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

 span { border-color: rgb(85,96,75); }

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