Html Css Color HEX #575B67 Bright Grey

📋 copy color: '#575B67'

red 87 ◦ green 91 ◦ blue 103

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

Shades of Bright Grey #575B67

Tints of Bright Grey #575B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

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

R = 30.96%
G = 32.38%
B = 36.65%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575B67 (or 0x575B67) is known color: Bright Grey. HEX triplet: 57, 5B and 67. RGB value is (87,91,103). Sum of RGB (Red+Green+Blue) = 87+91+103=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #575B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B67 is #A8A498. Grayscale: #5B5B5B. Windows color (decimal): -11052185 or 6773591. OLE color: 6773591.

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

Color convert

RGB 87 91 103 -
CMYK 0.16 0.12 0 0.60
HSL 225º 0.08% 0.37% -
HSV(B) 225º 0.16% 0.4% -
XYZ 10.12 10.49 14.32 -
YUV 91.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 87 91 103 0.16 0.12 0 0.60 225 0.08 0.37
Hex 57 5B 67 10 C 0 3C E1 8 25
Octal 127 133 147 20 14 0 74 341 10 45
Binary 1010111 1011011 1100111 10000 1100 0 111100 11100001 1000 100101

Color Harmonies of #575B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B67

Black with #575B67

Text Example


Text Example

White with #575B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,103); }

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

background-color css

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

 a { background-color: rgb(87,91,103); }

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

border-color css

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

 span { border-color: rgb(87,91,103); }

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