Html Css Color HEX #585E70 Bright Grey

📋 copy color: '#585E70'

red 88 ◦ green 94 ◦ blue 112

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

Shades of Bright Grey #585E70

Tints of Bright Grey #585E70

RGB

 RED value IS 88 (34.77% from 255) = 29.93%

 GREEN value IS 94 (37.11% from 255) = 31.97%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 29.93%
G = 31.97%
B = 38.1%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585E70 (or 0x585E70) is known color: Bright Grey. HEX triplet: 58, 5E and 70. RGB value is (88,94,112). Sum of RGB (Red+Green+Blue) = 88+94+112=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #585E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E70 is #A7A18F. Grayscale: #5E5E5E. Windows color (decimal): -10985872 or 7364184. OLE color: 7364184.

HSL color Cylindrical-coordinate representation of color #585E70: hue angle of 225º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585E70 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 94 112 -
CMYK 0.21 0.16 0 0.56
HSL 225º 0.12% 0.39% -
HSV(B) 225º 0.21% 0.44% -
XYZ 10.95 11.25 16.92 -
YUV 94.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 88 94 112 0.21 0.16 0 0.56 225 0.12 0.39
Hex 58 5E 70 15 10 0 38 E1 C 27
Octal 130 136 160 25 20 0 70 341 14 47
Binary 1011000 1011110 1110000 10101 10000 0 111000 11100001 1100 100111

Color Harmonies of #585E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E70

Black with #585E70

Text Example


Text Example

White with #585E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585E70; }

 p { color: rgb(88,94,112); }

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

background-color css

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

 a { background-color: rgb(88,94,112); }

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

border-color css

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

 span { border-color: rgb(88,94,112); }

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