Html Css Color HEX #65988E Gumbo

📋 copy color: '#65988E'

red 101 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #65988E

Tints of Gumbo #65988E

RGB

 RED value IS 101 (39.84% from 255) = 25.57%

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 25.57%
G = 38.48%
B = 35.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#65988E (or 0x65988E) is known color: Gumbo. HEX triplet: 65, 98 and 8E. RGB value is (101,152,142). Sum of RGB (Red+Green+Blue) = 101+152+142=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #65988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65988E is #9A6771. Grayscale: #878787. Windows color (decimal): -10119026 or 9345125. OLE color: 9345125.

HSL color Cylindrical-coordinate representation of color #65988E: hue angle of 168.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65988E is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 142 -
CMYK 0.34 0 0.07 0.40
HSL 168.24º 0.2% 0.5% -
HSV(B) 168.24º 0.34% 0.6% -
XYZ 21.48 27.18 29.7 -
YUV 135.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 101 152 142 0.34 0 0.07 0.40 168.24 0.2 0.5
Hex 65 98 8E 22 0 7 28 A8 14 32
Octal 145 230 216 42 0 7 50 250 24 62
Binary 1100101 10011000 10001110 100010 0 111 101000 10101000 10100 110010

Color Harmonies of #65988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65988E

Black with #65988E

Text Example


Text Example

White with #65988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65988E; }

 p { color: rgb(101,152,142); }

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

background-color css

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

 a { background-color: rgb(101,152,142); }

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

border-color css

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

 span { border-color: rgb(101,152,142); }

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