Html Css Color HEX #535E6E Chambray

📋 copy color: '#535E6E'

red 83 ◦ green 94 ◦ blue 110

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

Shades of Chambray #535E6E

Tints of Chambray #535E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 28.92%
G = 32.75%
B = 38.33%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#535E6E (or 0x535E6E) is known color: Chambray. HEX triplet: 53, 5E and 6E. RGB value is (83,94,110). Sum of RGB (Red+Green+Blue) = 83+94+110=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #535E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E6E is #ACA191. Grayscale: #5C5C5C. Windows color (decimal): -11313554 or 7233107. OLE color: 7233107.

HSL color Cylindrical-coordinate representation of color #535E6E: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535E6E is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 94 110 -
CMYK 0.25 0.15 0 0.57
HSL 215.56º 0.14% 0.38% -
HSV(B) 215.56º 0.25% 0.43% -
XYZ 10.38 10.97 16.32 -
YUV 92.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 83 94 110 0.25 0.15 0 0.57 215.56 0.14 0.38
Hex 53 5E 6E 19 F 0 39 D8 E 26
Octal 123 136 156 31 17 0 71 330 16 46
Binary 1010011 1011110 1101110 11001 1111 0 111001 11011000 1110 100110

Color Harmonies of #535E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E6E

Black with #535E6E

Text Example


Text Example

White with #535E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,94,110); }

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

background-color css

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

 a { background-color: rgb(83,94,110); }

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

border-color css

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

 span { border-color: rgb(83,94,110); }

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