Html Css Color HEX #535E80 Chambray

📋 copy color: '#535E80'

red 83 ◦ green 94 ◦ blue 128

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

Shades of Chambray #535E80

Tints of Chambray #535E80

RGB

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

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

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

R = 27.21%
G = 30.82%
B = 41.97%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535E80 (or 0x535E80) is known color: Chambray. HEX triplet: 53, 5E and 80. RGB value is (83,94,128). Sum of RGB (Red+Green+Blue) = 83+94+128=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #535E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E80 is #ACA17F. Grayscale: #5E5E5E. Windows color (decimal): -11313536 or 8412755. OLE color: 8412755.

HSL color Cylindrical-coordinate representation of color #535E80: hue angle of 225.33º 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 #535E80 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 94 128 -
CMYK 0.35 0.27 0 0.50
HSL 225.33º 0.21% 0.41% -
HSV(B) 225.33º 0.35% 0.5% -
XYZ 11.47 11.4 22.02 -
YUV 94.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 83 94 128 0.35 0.27 0 0.50 225.33 0.21 0.41
Hex 53 5E 80 23 1B 0 32 E1 15 29
Octal 123 136 200 43 33 0 62 341 25 51
Binary 1010011 1011110 10000000 100011 11011 0 110010 11100001 10101 101001

Color Harmonies of #535E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E80

Black with #535E80

Text Example


Text Example

White with #535E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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