Html Css Color HEX #585C67 Bright Grey

📋 copy color: '#585C67'

red 88 ◦ green 92 ◦ blue 103

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

Shades of Bright Grey #585C67

Tints of Bright Grey #585C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 31.1%
G = 32.51%
B = 36.4%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585C67 (or 0x585C67) is known color: Bright Grey. HEX triplet: 58, 5C and 67. RGB value is (88,92,103). Sum of RGB (Red+Green+Blue) = 88+92+103=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #585C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C67 is #A7A398. Grayscale: #5C5C5C. Windows color (decimal): -10986393 or 6773848. OLE color: 6773848.

HSL color Cylindrical-coordinate representation of color #585C67: hue angle of 224º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585C67 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 92 103 -
CMYK 0.15 0.11 0 0.60
HSL 224º 0.08% 0.37% -
HSV(B) 224º 0.15% 0.4% -
XYZ 10.3 10.71 14.36 -
YUV 92.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 88 92 103 0.15 0.11 0 0.60 224 0.08 0.37
Hex 58 5C 67 F B 0 3C E0 8 25
Octal 130 134 147 17 13 0 74 340 10 45
Binary 1011000 1011100 1100111 1111 1011 0 111100 11100000 1000 100101

Color Harmonies of #585C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C67

Black with #585C67

Text Example


Text Example

White with #585C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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