Html Css Color HEX #859293 Submarine

📋 copy color: '#859293'

red 133 ◦ green 146 ◦ blue 147

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

Shades of Submarine #859293

Tints of Submarine #859293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 31.22%
G = 34.27%
B = 34.51%

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

#859293 (or 0x859293) is known color: Submarine. HEX triplet: 85, 92 and 93. RGB value is (133,146,147). Sum of RGB (Red+Green+Blue) = 133+146+147=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 147 - color contains mainly: blue. Hex color #859293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859293 is #7A6D6C. Grayscale: #8E8E8E. Windows color (decimal): -8023405 or 9671301. OLE color: 9671301.

HSL color Cylindrical-coordinate representation of color #859293: hue angle of 184.29º degrees, saturation: 0.06, 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 #859293 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 146 147 -
CMYK 0.10 0.01 0 0.42
HSL 184.29º 0.06% 0.55% -
HSV(B) 184.29º 0.1% 0.58% -
XYZ 25.22 27.65 31.61 -
YUV 142.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 133 146 147 0.10 0.01 0 0.42 184.29 0.06 0.55
Hex 85 92 93 A 1 0 2A B8 6 37
Octal 205 222 223 12 1 0 52 270 6 67
Binary 10000101 10010010 10010011 1010 1 0 101010 10111000 110 110111

Color Harmonies of #859293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859293

Black with #859293

Text Example


Text Example

White with #859293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859293; }

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

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

background-color css

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

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

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

border-color css

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

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

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