Html Css Color HEX #858F90 Submarine

📋 copy color: '#858F90'

red 133 ◦ green 143 ◦ blue 144

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

Shades of Submarine #858F90

Tints of Submarine #858F90

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 31.67%
G = 34.05%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#858F90 (or 0x858F90) is known color: Submarine. HEX triplet: 85, 8F and 90. RGB value is (133,143,144). Sum of RGB (Red+Green+Blue) = 133+143+144=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: blue. Hex color #858F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F90 is #7A706F. Grayscale: #8C8C8C. Windows color (decimal): -8024176 or 9473925. OLE color: 9473925.

HSL color Cylindrical-coordinate representation of color #858F90: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858F90 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 143 144 -
CMYK 0.08 0.01 0 0.44
HSL 185.45º 0.05% 0.54% -
HSV(B) 185.45º 0.08% 0.56% -
XYZ 24.53 26.65 30.24 -
YUV 140.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 133 143 144 0.08 0.01 0 0.44 185.45 0.05 0.54
Hex 85 8F 90 8 1 0 2C B9 5 36
Octal 205 217 220 10 1 0 54 271 5 66
Binary 10000101 10001111 10010000 1000 1 0 101100 10111001 101 110110

Color Harmonies of #858F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858F90

Black with #858F90

Text Example


Text Example

White with #858F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858F90; }

 p { color: rgb(133,143,144); }

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

background-color css

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

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

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

border-color css

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

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

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