Html Css Color HEX #535C80 Chambray

📋 copy color: '#535C80'

red 83 ◦ green 92 ◦ blue 128

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

Shades of Chambray #535C80

Tints of Chambray #535C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 27.39%
G = 30.36%
B = 42.24%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535C80 (or 0x535C80) is known color: Chambray. HEX triplet: 53, 5C and 80. RGB value is (83,92,128). Sum of RGB (Red+Green+Blue) = 83+92+128=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #535C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C80 is #ACA37F. Grayscale: #5D5D5D. Windows color (decimal): -11314048 or 8412243. OLE color: 8412243.

HSL color Cylindrical-coordinate representation of color #535C80: hue angle of 228º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #535C80 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 92 128 -
CMYK 0.35 0.28 0 0.50
HSL 228º 0.21% 0.41% -
HSV(B) 228º 0.35% 0.5% -
XYZ 11.29 11.05 21.96 -
YUV 93.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 83 92 128 0.35 0.28 0 0.50 228 0.21 0.41
Hex 53 5C 80 23 1C 0 32 E4 15 29
Octal 123 134 200 43 34 0 62 344 25 51
Binary 1010011 1011100 10000000 100011 11100 0 110010 11100100 10101 101001

Color Harmonies of #535C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C80

Black with #535C80

Text Example


Text Example

White with #535C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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