Html Css Color HEX #535766 Bright Grey

📋 copy color: '#535766'

red 83 ◦ green 87 ◦ blue 102

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

Shades of Bright Grey #535766

Tints of Bright Grey #535766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 30.51%
G = 31.99%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#535766 (or 0x535766) is known color: Bright Grey. HEX triplet: 53, 57 and 66. RGB value is (83,87,102). Sum of RGB (Red+Green+Blue) = 83+87+102=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #535766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535766 is #ACA899. Grayscale: #575757. Windows color (decimal): -11315354 or 6707027. OLE color: 6707027.

HSL color Cylindrical-coordinate representation of color #535766: hue angle of 227.37º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535766 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 87 102 -
CMYK 0.19 0.15 0 0.6
HSL 227.37º 0.1% 0.36% -
HSV(B) 227.37º 0.19% 0.4% -
XYZ 9.37 9.61 13.93 -
YUV 87.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 83 87 102 0.19 0.15 0 0.6 227.37 0.1 0.36
Hex 53 57 66 13 F 0 3C E3 A 24
Octal 123 127 146 23 17 0 74 343 12 44
Binary 1010011 1010111 1100110 10011 1111 0 111100 11100011 1010 100100

Color Harmonies of #535766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535766

Black with #535766

Text Example


Text Example

White with #535766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535766; }

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

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

background-color css

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

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

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

border-color css

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

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

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