Html Css Color HEX #535868 Bright Grey

📋 copy color: '#535868'

red 83 ◦ green 88 ◦ blue 104

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

Shades of Bright Grey #535868

Tints of Bright Grey #535868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 30.18%
G = 32%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535868 (or 0x535868) is known color: Bright Grey. HEX triplet: 53, 58 and 68. RGB value is (83,88,104). Sum of RGB (Red+Green+Blue) = 83+88+104=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #535868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535868 is #ACA797. Grayscale: #585858. Windows color (decimal): -11315096 or 6838355. OLE color: 6838355.

HSL color Cylindrical-coordinate representation of color #535868: hue angle of 225.71º 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 #535868 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 88 104 -
CMYK 0.20 0.15 0 0.59
HSL 225.71º 0.11% 0.37% -
HSV(B) 225.71º 0.2% 0.41% -
XYZ 9.56 9.82 14.49 -
YUV 88.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 83 88 104 0.20 0.15 0 0.59 225.71 0.11 0.37
Hex 53 58 68 14 F 0 3B E2 B 25
Octal 123 130 150 24 17 0 73 342 13 45
Binary 1010011 1011000 1101000 10100 1111 0 111011 11100010 1011 100101

Color Harmonies of #535868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535868

Black with #535868

Text Example


Text Example

White with #535868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535868; }

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

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

background-color css

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

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

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

border-color css

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

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

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