Html Css Color HEX #859495 Submarine

📋 copy color: '#859495'

red 133 ◦ green 148 ◦ blue 149

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

Shades of Submarine #859495

Tints of Submarine #859495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 30.93%
G = 34.42%
B = 34.65%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#859495 (or 0x859495) is known color: Submarine. HEX triplet: 85, 94 and 95. RGB value is (133,148,149). Sum of RGB (Red+Green+Blue) = 133+148+149=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #859495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859495 is #7A6B6A. Grayscale: #8F8F8F. Windows color (decimal): -8022891 or 9802885. OLE color: 9802885.

HSL color Cylindrical-coordinate representation of color #859495: hue angle of 183.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859495 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 149 -
CMYK 0.11 0.01 0 0.42
HSL 183.75º 0.07% 0.55% -
HSV(B) 183.75º 0.11% 0.58% -
XYZ 25.69 28.34 32.55 -
YUV 143.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 133 148 149 0.11 0.01 0 0.42 183.75 0.07 0.55
Hex 85 94 95 B 1 0 2A B8 7 37
Octal 205 224 225 13 1 0 52 270 7 67
Binary 10000101 10010100 10010101 1011 1 0 101010 10111000 111 110111

Color Harmonies of #859495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859495

Black with #859495

Text Example


Text Example

White with #859495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859495; }

 p { color: rgb(133,148,149); }

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

background-color css

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

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

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

border-color css

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

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

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