Html Css Color HEX #859B98 Submarine

📋 copy color: '#859B98'

red 133 ◦ green 155 ◦ blue 152

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

Shades of Submarine #859B98

Tints of Submarine #859B98

RGB

 RED value IS 133 (52.34% from 255) = 30.23%

 GREEN value IS 155 (60.94% from 255) = 35.23%

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 30.23%
G = 35.23%
B = 34.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#859B98 (or 0x859B98) is known color: Submarine. HEX triplet: 85, 9B and 98. RGB value is (133,155,152). Sum of RGB (Red+Green+Blue) = 133+155+152=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 155 - color contains mainly: green. Hex color #859B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B98 is #7A6467. Grayscale: #949494. Windows color (decimal): -8021096 or 10001285. OLE color: 10001285.

HSL color Cylindrical-coordinate representation of color #859B98: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859B98 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 152 -
CMYK 0.14 0 0.02 0.39
HSL 171.82º 0.1% 0.56% -
HSV(B) 171.82º 0.14% 0.61% -
XYZ 27.06 30.7 34.2 -
YUV 148.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 133 155 152 0.14 0 0.02 0.39 171.82 0.1 0.56
Hex 85 9B 98 E 0 2 27 AC A 38
Octal 205 233 230 16 0 2 47 254 12 70
Binary 10000101 10011011 10011000 1110 0 10 100111 10101100 1010 111000

Color Harmonies of #859B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B98

Black with #859B98

Text Example


Text Example

White with #859B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859B98; }

 p { color: rgb(133,155,152); }

 H1.HeaderClassName
 {
   color: #859B98;
 }
 .AnyTagClassName
 {
   color: #859B98;
 }
</style>

background-color css

<style>
 a { background-color: #859B98; }

 a { background-color: rgb(133,155,152); }

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

border-color css

<style>
 span { border-color: #859B98; }

 span { border-color: rgb(133,155,152); }

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