Html Css Color HEX #535E6F Chambray

📋 copy color: '#535E6F'

red 83 ◦ green 94 ◦ blue 111

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

Shades of Chambray #535E6F

Tints of Chambray #535E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 28.82%
G = 32.64%
B = 38.54%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535E6F (or 0x535E6F) is known color: Chambray. HEX triplet: 53, 5E and 6F. RGB value is (83,94,111). Sum of RGB (Red+Green+Blue) = 83+94+111=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #535E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E6F is #ACA190. Grayscale: #5C5C5C. Windows color (decimal): -11313553 or 7298643. OLE color: 7298643.

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

Color convert

RGB 83 94 111 -
CMYK 0.25 0.15 0 0.56
HSL 216.43º 0.14% 0.38% -
HSV(B) 216.43º 0.25% 0.44% -
XYZ 10.44 10.99 16.61 -
YUV 92.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 83 94 111 0.25 0.15 0 0.56 216.43 0.14 0.38
Hex 53 5E 6F 19 F 0 38 D8 E 26
Octal 123 136 157 31 17 0 70 330 16 46
Binary 1010011 1011110 1101111 11001 1111 0 111000 11011000 1110 100110

Color Harmonies of #535E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E6F

Black with #535E6F

Text Example


Text Example

White with #535E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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