Html Css Color HEX #535761 Bright Grey

📋 copy color: '#535761'

red 83 ◦ green 87 ◦ blue 97

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

Shades of Bright Grey #535761

Tints of Bright Grey #535761

RGB

 RED value IS 83 (32.81% from 255) = 31.09%

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 31.09%
G = 32.58%
B = 36.33%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535761 (or 0x535761) is known color: Bright Grey. HEX triplet: 53, 57 and 61. RGB value is (83,87,97). Sum of RGB (Red+Green+Blue) = 83+87+97=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #535761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535761 is #ACA89E. Grayscale: #565656. Windows color (decimal): -11315359 or 6379347. OLE color: 6379347.

HSL color Cylindrical-coordinate representation of color #535761: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535761 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 87 97 -
CMYK 0.14 0.10 0 0.62
HSL 222.86º 0.08% 0.35% -
HSV(B) 222.86º 0.14% 0.38% -
XYZ 9.13 9.52 12.67 -
YUV 86.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 83 87 97 0.14 0.10 0 0.62 222.86 0.08 0.35
Hex 53 57 61 E A 0 3E DF 8 23
Octal 123 127 141 16 12 0 76 337 10 43
Binary 1010011 1010111 1100001 1110 1010 0 111110 11011111 1000 100011

Color Harmonies of #535761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535761

Black with #535761

Text Example


Text Example

White with #535761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535761; }

 p { color: rgb(83,87,97); }

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

background-color css

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

 a { background-color: rgb(83,87,97); }

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

border-color css

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

 span { border-color: rgb(83,87,97); }

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