Html Css Color HEX #585C69 Bright Grey

📋 copy color: '#585C69'

red 88 ◦ green 92 ◦ blue 105

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

Shades of Bright Grey #585C69

Tints of Bright Grey #585C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 30.88%
G = 32.28%
B = 36.84%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585C69 (or 0x585C69) is known color: Bright Grey. HEX triplet: 58, 5C and 69. RGB value is (88,92,105). Sum of RGB (Red+Green+Blue) = 88+92+105=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #585C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C69 is #A7A396. Grayscale: #5C5C5C. Windows color (decimal): -10986391 or 6904920. OLE color: 6904920.

HSL color Cylindrical-coordinate representation of color #585C69: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585C69 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 92 105 -
CMYK 0.16 0.12 0 0.59
HSL 225.88º 0.09% 0.38% -
HSV(B) 225.88º 0.16% 0.41% -
XYZ 10.4 10.75 14.89 -
YUV 92.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 88 92 105 0.16 0.12 0 0.59 225.88 0.09 0.38
Hex 58 5C 69 10 C 0 3B E2 9 26
Octal 130 134 151 20 14 0 73 342 11 46
Binary 1011000 1011100 1101001 10000 1100 0 111011 11100010 1001 100110

Color Harmonies of #585C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C69

Black with #585C69

Text Example


Text Example

White with #585C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,105); }

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

background-color css

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

 a { background-color: rgb(88,92,105); }

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

border-color css

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

 span { border-color: rgb(88,92,105); }

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