Html Css Color HEX #858093 Topaz

📋 copy color: '#858093'

red 133 ◦ green 128 ◦ blue 147

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

Shades of Topaz #858093

Tints of Topaz #858093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

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

R = 32.6%
G = 31.37%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858093 (or 0x858093) is known color: Topaz. HEX triplet: 85, 80 and 93. RGB value is (133,128,147). Sum of RGB (Red+Green+Blue) = 133+128+147=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #858093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858093 is #7A7F6C. Grayscale: #838383. Windows color (decimal): -8028013 or 9666693. OLE color: 9666693.

HSL color Cylindrical-coordinate representation of color #858093: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858093 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 128 147 -
CMYK 0.10 0.13 0 0.42
HSL 255.79º 0.08% 0.54% -
HSV(B) 255.79º 0.13% 0.58% -
XYZ 22.66 22.53 30.76 -
YUV 131.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 133 128 147 0.10 0.13 0 0.42 255.79 0.08 0.54
Hex 85 80 93 A D 0 2A 100 8 36
Octal 205 200 223 12 15 0 52 400 10 66
Binary 10000101 10000000 10010011 1010 1101 0 101010 100000000 1000 110110

Color Harmonies of #858093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858093

Black with #858093

Text Example


Text Example

White with #858093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858093; }

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

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

background-color css

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

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

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

border-color css

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

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

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