Html Css Color HEX #575C66 Bright Grey

📋 copy color: '#575C66'

red 87 ◦ green 92 ◦ blue 102

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

Shades of Bright Grey #575C66

Tints of Bright Grey #575C66

RGB

 RED value IS 87 (34.38% from 255) = 30.96%

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

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 30.96%
G = 32.74%
B = 36.3%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#575C66 (or 0x575C66) is known color: Bright Grey. HEX triplet: 57, 5C and 66. RGB value is (87,92,102). Sum of RGB (Red+Green+Blue) = 87+92+102=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #575C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C66 is #A8A399. Grayscale: #5B5B5B. Windows color (decimal): -11051930 or 6708311. OLE color: 6708311.

HSL color Cylindrical-coordinate representation of color #575C66: hue angle of 220º 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 #575C66 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 92 102 -
CMYK 0.15 0.10 0 0.6
HSL 220º 0.08% 0.37% -
HSV(B) 220º 0.15% 0.4% -
XYZ 10.16 10.64 14.09 -
YUV 91.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 87 92 102 0.15 0.10 0 0.6 220 0.08 0.37
Hex 57 5C 66 F A 0 3C DC 8 25
Octal 127 134 146 17 12 0 74 334 10 45
Binary 1010111 1011100 1100110 1111 1010 0 111100 11011100 1000 100101

Color Harmonies of #575C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C66

Black with #575C66

Text Example


Text Example

White with #575C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575C66; }

 p { color: rgb(87,92,102); }

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

background-color css

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

 a { background-color: rgb(87,92,102); }

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

border-color css

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

 span { border-color: rgb(87,92,102); }

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