Html Css Color HEX #859093 Regent Grey

📋 copy color: '#859093'

red 133 ◦ green 144 ◦ blue 147

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

Shades of Regent Grey #859093

Tints of Regent Grey #859093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 31.37%
G = 33.96%
B = 34.67%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#859093 (or 0x859093) is known color: Regent Grey. HEX triplet: 85, 90 and 93. RGB value is (133,144,147). Sum of RGB (Red+Green+Blue) = 133+144+147=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #859093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859093 is #7A6F6C. Grayscale: #8D8D8D. Windows color (decimal): -8023917 or 9670789. OLE color: 9670789.

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

Color convert

RGB 133 144 147 -
CMYK 0.10 0.02 0 0.42
HSL 192.86º 0.06% 0.55% -
HSV(B) 192.86º 0.1% 0.58% -
XYZ 24.91 27.04 31.51 -
YUV 141.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 133 144 147 0.10 0.02 0 0.42 192.86 0.06 0.55
Hex 85 90 93 A 2 0 2A C1 6 37
Octal 205 220 223 12 2 0 52 301 6 67
Binary 10000101 10010000 10010011 1010 10 0 101010 11000001 110 110111

Color Harmonies of #859093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859093

Black with #859093

Text Example


Text Example

White with #859093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859093; }

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

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

background-color css

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

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

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

border-color css

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

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

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