Html Css Color HEX #535B68 Bright Grey

📋 copy color: '#535B68'

red 83 ◦ green 91 ◦ blue 104

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

Shades of Bright Grey #535B68

Tints of Bright Grey #535B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 29.86%
G = 32.73%
B = 37.41%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535B68 (or 0x535B68) is known color: Bright Grey. HEX triplet: 53, 5B and 68. RGB value is (83,91,104). Sum of RGB (Red+Green+Blue) = 83+91+104=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #535B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B68 is #ACA497. Grayscale: #5A5A5A. Windows color (decimal): -11314328 or 6839123. OLE color: 6839123.

HSL color Cylindrical-coordinate representation of color #535B68: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535B68 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 91 104 -
CMYK 0.20 0.12 0 0.59
HSL 217.14º 0.11% 0.37% -
HSV(B) 217.14º 0.2% 0.41% -
XYZ 9.81 10.32 14.57 -
YUV 90.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 83 91 104 0.20 0.12 0 0.59 217.14 0.11 0.37
Hex 53 5B 68 14 C 0 3B D9 B 25
Octal 123 133 150 24 14 0 73 331 13 45
Binary 1010011 1011011 1101000 10100 1100 0 111011 11011001 1011 100101

Color Harmonies of #535B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B68

Black with #535B68

Text Example


Text Example

White with #535B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535B68; }

 p { color: rgb(83,91,104); }

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

background-color css

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

 a { background-color: rgb(83,91,104); }

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

border-color css

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

 span { border-color: rgb(83,91,104); }

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