Html Css Color HEX #535E77 Chambray

📋 copy color: '#535E77'

red 83 ◦ green 94 ◦ blue 119

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

Shades of Chambray #535E77

Tints of Chambray #535E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 28.04%
G = 31.76%
B = 40.2%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535E77 (or 0x535E77) is known color: Chambray. HEX triplet: 53, 5E and 77. RGB value is (83,94,119). Sum of RGB (Red+Green+Blue) = 83+94+119=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #535E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E77 is #ACA188. Grayscale: #5D5D5D. Windows color (decimal): -11313545 or 7822931. OLE color: 7822931.

HSL color Cylindrical-coordinate representation of color #535E77: hue angle of 221.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535E77 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 94 119 -
CMYK 0.30 0.21 0 0.53
HSL 221.67º 0.18% 0.4% -
HSV(B) 221.67º 0.3% 0.47% -
XYZ 10.9 11.18 19.04 -
YUV 93.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 83 94 119 0.30 0.21 0 0.53 221.67 0.18 0.4
Hex 53 5E 77 1E 15 0 35 DE 12 28
Octal 123 136 167 36 25 0 65 336 22 50
Binary 1010011 1011110 1110111 11110 10101 0 110101 11011110 10010 101000

Color Harmonies of #535E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E77

Black with #535E77

Text Example


Text Example

White with #535E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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