Html Css Color HEX #535969 Bright Grey

📋 copy color: '#535969'

red 83 ◦ green 89 ◦ blue 105

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

Shades of Bright Grey #535969

Tints of Bright Grey #535969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 29.96%
G = 32.13%
B = 37.91%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535969 (or 0x535969) is known color: Bright Grey. HEX triplet: 53, 59 and 69. RGB value is (83,89,105). Sum of RGB (Red+Green+Blue) = 83+89+105=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #535969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535969 is #ACA696. Grayscale: #585858. Windows color (decimal): -11314839 or 6904147. OLE color: 6904147.

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

Color convert

RGB 83 89 105 -
CMYK 0.21 0.15 0 0.59
HSL 223.64º 0.12% 0.37% -
HSV(B) 223.64º 0.21% 0.41% -
XYZ 9.69 10 14.78 -
YUV 89.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 83 89 105 0.21 0.15 0 0.59 223.64 0.12 0.37
Hex 53 59 69 15 F 0 3B E0 C 25
Octal 123 131 151 25 17 0 73 340 14 45
Binary 1010011 1011001 1101001 10101 1111 0 111011 11100000 1100 100101

Color Harmonies of #535969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535969

Black with #535969

Text Example


Text Example

White with #535969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535969; }

 p { color: rgb(83,89,105); }

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

background-color css

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

 a { background-color: rgb(83,89,105); }

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

border-color css

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

 span { border-color: rgb(83,89,105); }

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