Html Css Color HEX #535A68 Bright Grey

📋 copy color: '#535A68'

red 83 ◦ green 90 ◦ blue 104

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

Shades of Bright Grey #535A68

Tints of Bright Grey #535A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

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

R = 29.96%
G = 32.49%
B = 37.55%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535A68 (or 0x535A68) is known color: Bright Grey. HEX triplet: 53, 5A and 68. RGB value is (83,90,104). Sum of RGB (Red+Green+Blue) = 83+90+104=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #535A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A68 is #ACA597. Grayscale: #595959. Windows color (decimal): -11314584 or 6838867. OLE color: 6838867.

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

Color convert

RGB 83 90 104 -
CMYK 0.20 0.13 0 0.59
HSL 220º 0.11% 0.37% -
HSV(B) 220º 0.2% 0.41% -
XYZ 9.72 10.15 14.54 -
YUV 89.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 83 90 104 0.20 0.13 0 0.59 220 0.11 0.37
Hex 53 5A 68 14 D 0 3B DC B 25
Octal 123 132 150 24 15 0 73 334 13 45
Binary 1010011 1011010 1101000 10100 1101 0 111011 11011100 1011 100101

Color Harmonies of #535A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A68

Black with #535A68

Text Example


Text Example

White with #535A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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