Html Css Color HEX #535A77 Chambray

📋 copy color: '#535A77'

red 83 ◦ green 90 ◦ blue 119

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

Shades of Chambray #535A77

Tints of Chambray #535A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

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

R = 28.42%
G = 30.82%
B = 40.75%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535A77 (or 0x535A77) is known color: Chambray. HEX triplet: 53, 5A and 77. RGB value is (83,90,119). Sum of RGB (Red+Green+Blue) = 83+90+119=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #535A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A77 is #ACA588. Grayscale: #5B5B5B. Windows color (decimal): -11314569 or 7821907. OLE color: 7821907.

HSL color Cylindrical-coordinate representation of color #535A77: hue angle of 228.33º 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 #535A77 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 90 119 -
CMYK 0.30 0.24 0 0.53
HSL 228.33º 0.18% 0.4% -
HSV(B) 228.33º 0.3% 0.47% -
XYZ 10.55 10.48 18.92 -
YUV 91.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 83 90 119 0.30 0.24 0 0.53 228.33 0.18 0.4
Hex 53 5A 77 1E 18 0 35 E4 12 28
Octal 123 132 167 36 30 0 65 344 22 50
Binary 1010011 1011010 1110111 11110 11000 0 110101 11100100 10010 101000

Color Harmonies of #535A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A77

Black with #535A77

Text Example


Text Example

White with #535A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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