Html Css Color HEX #859394 Submarine

📋 copy color: '#859394'

red 133 ◦ green 147 ◦ blue 148

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

Shades of Submarine #859394

Tints of Submarine #859394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 31.07%
G = 34.35%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#859394 (or 0x859394) is known color: Submarine. HEX triplet: 85, 93 and 94. RGB value is (133,147,148). Sum of RGB (Red+Green+Blue) = 133+147+148=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #859394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859394 is #7A6C6B. Grayscale: #8E8E8E. Windows color (decimal): -8023148 or 9737093. OLE color: 9737093.

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

Color convert

RGB 133 147 148 -
CMYK 0.10 0.01 0 0.42
HSL 184º 0.07% 0.55% -
HSV(B) 184º 0.1% 0.58% -
XYZ 25.45 27.99 32.08 -
YUV 142.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 133 147 148 0.10 0.01 0 0.42 184 0.07 0.55
Hex 85 93 94 A 1 0 2A B8 7 37
Octal 205 223 224 12 1 0 52 270 7 67
Binary 10000101 10010011 10010100 1010 1 0 101010 10111000 111 110111

Color Harmonies of #859394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859394

Black with #859394

Text Example


Text Example

White with #859394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859394; }

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

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

background-color css

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

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

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

border-color css

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

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

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