Html Css Color HEX #85979B Submarine

📋 copy color: '#85979B'

red 133 ◦ green 151 ◦ blue 155

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

Shades of Submarine #85979B

Tints of Submarine #85979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 30.3%
G = 34.4%
B = 35.31%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85979B (or 0x85979B) is known color: Submarine. HEX triplet: 85, 97 and 9B. RGB value is (133,151,155). Sum of RGB (Red+Green+Blue) = 133+151+155=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #85979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85979B is #7A6864. Grayscale: #929292. Windows color (decimal): -8022117 or 10196869. OLE color: 10196869.

HSL color Cylindrical-coordinate representation of color #85979B: hue angle of 190.91º 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 #85979B is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 151 155 -
CMYK 0.14 0.03 0 0.39
HSL 190.91º 0.1% 0.56% -
HSV(B) 190.91º 0.14% 0.61% -
XYZ 26.66 29.49 35.3 -
YUV 146.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 133 151 155 0.14 0.03 0 0.39 190.91 0.1 0.56
Hex 85 97 9B E 3 0 27 BF A 38
Octal 205 227 233 16 3 0 47 277 12 70
Binary 10000101 10010111 10011011 1110 11 0 100111 10111111 1010 111000

Color Harmonies of #85979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85979B

Black with #85979B

Text Example


Text Example

White with #85979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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