Html Css Color HEX #82989B Submarine

📋 copy color: '#82989B'

red 130 ◦ green 152 ◦ blue 155

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

Shades of Submarine #82989B

Tints of Submarine #82989B

RGB

 RED value IS 130 (51.17% from 255) = 29.75%

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

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

R = 29.75%
G = 34.78%
B = 35.47%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82989B (or 0x82989B) is known color: Submarine. HEX triplet: 82, 98 and 9B. RGB value is (130,152,155). Sum of RGB (Red+Green+Blue) = 130+152+155=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #82989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82989B is #7D6764. Grayscale: #919191. Windows color (decimal): -8218469 or 10197122. OLE color: 10197122.

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

Color convert

RGB 130 152 155 -
CMYK 0.16 0.02 0 0.39
HSL 187.2º 0.11% 0.56% -
HSV(B) 187.2º 0.16% 0.61% -
XYZ 26.35 29.57 35.33 -
YUV 145.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 130 152 155 0.16 0.02 0 0.39 187.2 0.11 0.56
Hex 82 98 9B 10 2 0 27 BB B 38
Octal 202 230 233 20 2 0 47 273 13 70
Binary 10000010 10011000 10011011 10000 10 0 100111 10111011 1011 111000

Color Harmonies of #82989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82989B

Black with #82989B

Text Example


Text Example

White with #82989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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