Html Css Color HEX #535862 Bright Grey

📋 copy color: '#535862'

red 83 ◦ green 88 ◦ blue 98

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

Shades of Bright Grey #535862

Tints of Bright Grey #535862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 30.86%
G = 32.71%
B = 36.43%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535862 (or 0x535862) is known color: Bright Grey. HEX triplet: 53, 58 and 62. RGB value is (83,88,98). Sum of RGB (Red+Green+Blue) = 83+88+98=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #535862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535862 is #ACA79D. Grayscale: #575757. Windows color (decimal): -11315102 or 6445139. OLE color: 6445139.

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

Color convert

RGB 83 88 98 -
CMYK 0.15 0.10 0 0.62
HSL 220º 0.08% 0.35% -
HSV(B) 220º 0.15% 0.38% -
XYZ 9.26 9.7 12.94 -
YUV 87.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 83 88 98 0.15 0.10 0 0.62 220 0.08 0.35
Hex 53 58 62 F A 0 3E DC 8 23
Octal 123 130 142 17 12 0 76 334 10 43
Binary 1010011 1011000 1100010 1111 1010 0 111110 11011100 1000 100011

Color Harmonies of #535862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535862

Black with #535862

Text Example


Text Example

White with #535862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535862; }

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

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

background-color css

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

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

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

border-color css

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

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

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