Html Css Color HEX #5F8885 Gumbo

📋 copy color: '#5F8885'

red 95 ◦ green 136 ◦ blue 133

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

Shades of Gumbo #5F8885

Tints of Gumbo #5F8885

RGB

 RED value IS 95 (37.5% from 255) = 26.1%

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 26.1%
G = 37.36%
B = 36.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#5F8885 (or 0x5F8885) is known color: Gumbo. HEX triplet: 5F, 88 and 85. RGB value is (95,136,133). Sum of RGB (Red+Green+Blue) = 95+136+133=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8885 is #A0777A. Grayscale: #7B7B7B. Windows color (decimal): -10516347 or 8751199. OLE color: 8751199.

HSL color Cylindrical-coordinate representation of color #5F8885: hue angle of 175.61º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F8885 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 133 -
CMYK 0.30 0 0.02 0.47
HSL 175.61º 0.18% 0.45% -
HSV(B) 175.61º 0.3% 0.53% -
XYZ 17.76 21.73 25.45 -
YUV 123.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 95 136 133 0.30 0 0.02 0.47 175.61 0.18 0.45
Hex 5F 88 85 1E 0 2 2F B0 12 2D
Octal 137 210 205 36 0 2 57 260 22 55
Binary 1011111 10001000 10000101 11110 0 10 101111 10110000 10010 101101

Color Harmonies of #5F8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8885

Black with #5F8885

Text Example


Text Example

White with #5F8885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F8885; }

 p { color: rgb(95,136,133); }

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

background-color css

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

 a { background-color: rgb(95,136,133); }

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

border-color css

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

 span { border-color: rgb(95,136,133); }

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