Html Css Color HEX #85989A Submarine

📋 copy color: '#85989A'

red 133 ◦ green 152 ◦ blue 154

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

Shades of Submarine #85989A

Tints of Submarine #85989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 30.3%
G = 34.62%
B = 35.08%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85989A (or 0x85989A) is known color: Submarine. HEX triplet: 85, 98 and 9A. RGB value is (133,152,154). Sum of RGB (Red+Green+Blue) = 133+152+154=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 154 - color contains mainly: blue. Hex color #85989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85989A is #7A6765. Grayscale: #929292. Windows color (decimal): -8021862 or 10131589. OLE color: 10131589.

HSL color Cylindrical-coordinate representation of color #85989A: hue angle of 185.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85989A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 154 -
CMYK 0.14 0.01 0 0.40
HSL 185.71º 0.09% 0.56% -
HSV(B) 185.71º 0.14% 0.6% -
XYZ 26.73 29.78 34.91 -
YUV 146.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 133 152 154 0.14 0.01 0 0.40 185.71 0.09 0.56
Hex 85 98 9A E 1 0 28 BA 9 38
Octal 205 230 232 16 1 0 50 272 11 70
Binary 10000101 10011000 10011010 1110 1 0 101000 10111010 1001 111000

Color Harmonies of #85989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85989A

Black with #85989A

Text Example


Text Example

White with #85989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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