Html Css Color HEX #535C6F Chambray

📋 copy color: '#535C6F'

red 83 ◦ green 92 ◦ blue 111

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

Shades of Chambray #535C6F

Tints of Chambray #535C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 29.02%
G = 32.17%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535C6F (or 0x535C6F) is known color: Chambray. HEX triplet: 53, 5C and 6F. RGB value is (83,92,111). Sum of RGB (Red+Green+Blue) = 83+92+111=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #535C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C6F is #ACA390. Grayscale: #5B5B5B. Windows color (decimal): -11314065 or 7298131. OLE color: 7298131.

HSL color Cylindrical-coordinate representation of color #535C6F: hue angle of 220.71º 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 #535C6F is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 92 111 -
CMYK 0.25 0.17 0 0.56
HSL 220.71º 0.14% 0.38% -
HSV(B) 220.71º 0.25% 0.44% -
XYZ 10.26 10.64 16.55 -
YUV 91.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 83 92 111 0.25 0.17 0 0.56 220.71 0.14 0.38
Hex 53 5C 6F 19 11 0 38 DD E 26
Octal 123 134 157 31 21 0 70 335 16 46
Binary 1010011 1011100 1101111 11001 10001 0 111000 11011101 1110 100110

Color Harmonies of #535C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C6F

Black with #535C6F

Text Example


Text Example

White with #535C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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