Html Css Color HEX #859B9B Submarine

📋 copy color: '#859B9B'

red 133 ◦ green 155 ◦ blue 155

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

Shades of Submarine #859B9B

Tints of Submarine #859B9B

RGB

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

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

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

R = 30.02%
G = 34.99%
B = 34.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#859B9B (or 0x859B9B) is known color: Submarine. HEX triplet: 85, 9B and 9B. RGB value is (133,155,155). Sum of RGB (Red+Green+Blue) = 133+155+155=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #859B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B9B is #7A6464. Grayscale: #949494. Windows color (decimal): -8021093 or 10197893. OLE color: 10197893.

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

Color convert

RGB 133 155 155 -
CMYK 0.14 0 0 0.39
HSL 180º 0.1% 0.56% -
HSV(B) 180º 0.14% 0.61% -
XYZ 27.31 30.8 35.52 -
YUV 148.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 133 155 155 0.14 0 0 0.39 180 0.1 0.56
Hex 85 9B 9B E 0 0 27 B4 A 38
Octal 205 233 233 16 0 0 47 264 12 70
Binary 10000101 10011011 10011011 1110 0 0 100111 10110100 1010 111000

Color Harmonies of #859B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B9B

Black with #859B9B

Text Example


Text Example

White with #859B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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