Html Css Color HEX #85989B Submarine

📋 copy color: '#85989B'

red 133 ◦ green 152 ◦ blue 155

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

Shades of Submarine #85989B

Tints of Submarine #85989B

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

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

Color convert

RGB 133 152 155 -
CMYK 0.14 0.02 0 0.39
HSL 188.18º 0.1% 0.56% -
HSV(B) 188.18º 0.14% 0.61% -
XYZ 26.82 29.81 35.35 -
YUV 146.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 133 152 155 0.14 0.02 0 0.39 188.18 0.1 0.56
Hex 85 98 9B E 2 0 27 BC A 38
Octal 205 230 233 16 2 0 47 274 12 70
Binary 10000101 10011000 10011011 1110 10 0 100111 10111100 1010 111000

Color Harmonies of #85989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85989B

Black with #85989B

Text Example


Text Example

White with #85989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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