Html Css Color HEX #858F88 Blue Smoke

📋 copy color: '#858F88'

red 133 ◦ green 143 ◦ blue 136

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

Shades of Blue Smoke #858F88

Tints of Blue Smoke #858F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 32.28%
G = 34.71%
B = 33.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#858F88 (or 0x858F88) is known color: Blue Smoke. HEX triplet: 85, 8F and 88. RGB value is (133,143,136). Sum of RGB (Red+Green+Blue) = 133+143+136=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 143 - color contains mainly: green. Hex color #858F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F88 is #7A7077. Grayscale: #8B8B8B. Windows color (decimal): -8024184 or 8949637. OLE color: 8949637.

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

Color convert

RGB 133 143 136 -
CMYK 0.07 0 0.05 0.44
HSL 138º 0.04% 0.54% -
HSV(B) 138º 0.07% 0.56% -
XYZ 23.94 26.41 27.13 -
YUV 139.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 133 143 136 0.07 0 0.05 0.44 138 0.04 0.54
Hex 85 8F 88 7 0 5 2C 8A 4 36
Octal 205 217 210 7 0 5 54 212 4 66
Binary 10000101 10001111 10001000 111 0 101 101100 10001010 100 110110

Color Harmonies of #858F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858F88

Black with #858F88

Text Example


Text Example

White with #858F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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