Html Css Color HEX #535561 Bright Grey

📋 copy color: '#535561'

red 83 ◦ green 85 ◦ blue 97

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

Shades of Bright Grey #535561

Tints of Bright Grey #535561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 31.32%
G = 32.08%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535561 (or 0x535561) is known color: Bright Grey. HEX triplet: 53, 55 and 61. RGB value is (83,85,97). Sum of RGB (Red+Green+Blue) = 83+85+97=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #535561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535561 is #ACAA9E. Grayscale: #555555. Windows color (decimal): -11315871 or 6378835. OLE color: 6378835.

HSL color Cylindrical-coordinate representation of color #535561: hue angle of 231.43º 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 #535561 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 85 97 -
CMYK 0.14 0.12 0 0.62
HSL 231.43º 0.08% 0.35% -
HSV(B) 231.43º 0.14% 0.38% -
XYZ 8.97 9.2 12.61 -
YUV 85.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 83 85 97 0.14 0.12 0 0.62 231.43 0.08 0.35
Hex 53 55 61 E C 0 3E E7 8 23
Octal 123 125 141 16 14 0 76 347 10 43
Binary 1010011 1010101 1100001 1110 1100 0 111110 11100111 1000 100011

Color Harmonies of #535561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535561

Black with #535561

Text Example


Text Example

White with #535561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535561; }

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

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

background-color css

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

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

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

border-color css

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

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

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