Html Css Color HEX #628B85 Gumbo

📋 copy color: '#628B85'

red 98 ◦ green 139 ◦ blue 133

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

Shades of Gumbo #628B85

Tints of Gumbo #628B85

RGB

 RED value IS 98 (38.67% from 255) = 26.49%

 GREEN value IS 139 (54.69% from 255) = 37.57%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 26.49%
G = 37.57%
B = 35.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#628B85 (or 0x628B85) is known color: Gumbo. HEX triplet: 62, 8B and 85. RGB value is (98,139,133). Sum of RGB (Red+Green+Blue) = 98+139+133=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #628B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B85 is #9D747A. Grayscale: #7E7E7E. Windows color (decimal): -10318971 or 8751970. OLE color: 8751970.

HSL color Cylindrical-coordinate representation of color #628B85: hue angle of 171.22º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B85 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 139 133 -
CMYK 0.29 0 0.04 0.45
HSL 171.22º 0.17% 0.46% -
HSV(B) 171.22º 0.29% 0.55% -
XYZ 18.5 22.76 25.61 -
YUV 126.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 98 139 133 0.29 0 0.04 0.45 171.22 0.17 0.46
Hex 62 8B 85 1D 0 4 2D AB 11 2E
Octal 142 213 205 35 0 4 55 253 21 56
Binary 1100010 10001011 10000101 11101 0 100 101101 10101011 10001 101110

Color Harmonies of #628B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B85

Black with #628B85

Text Example


Text Example

White with #628B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628B85; }

 p { color: rgb(98,139,133); }

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

background-color css

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

 a { background-color: rgb(98,139,133); }

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

border-color css

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

 span { border-color: rgb(98,139,133); }

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