Html Css Color HEX #859C98 Submarine

📋 copy color: '#859C98'

red 133 ◦ green 156 ◦ blue 152

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

Shades of Submarine #859C98

Tints of Submarine #859C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 30.16%
G = 35.37%
B = 34.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#859C98 (or 0x859C98) is known color: Submarine. HEX triplet: 85, 9C and 98. RGB value is (133,156,152). Sum of RGB (Red+Green+Blue) = 133+156+152=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #859C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C98 is #7A6367. Grayscale: #949494. Windows color (decimal): -8020840 or 10001541. OLE color: 10001541.

HSL color Cylindrical-coordinate representation of color #859C98: hue angle of 169.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C98 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 152 -
CMYK 0.15 0 0.03 0.39
HSL 169.57º 0.1% 0.57% -
HSV(B) 169.57º 0.15% 0.61% -
XYZ 27.23 31.03 34.26 -
YUV 148.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 133 156 152 0.15 0 0.03 0.39 169.57 0.1 0.57
Hex 85 9C 98 F 0 3 27 AA A 39
Octal 205 234 230 17 0 3 47 252 12 71
Binary 10000101 10011100 10011000 1111 0 11 100111 10101010 1010 111001

Color Harmonies of #859C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C98

Black with #859C98

Text Example


Text Example

White with #859C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,152); }

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

background-color css

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

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

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

border-color css

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

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

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