Html Css Color HEX #535D81 Chambray

📋 copy color: '#535D81'

red 83 ◦ green 93 ◦ blue 129

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

Shades of Chambray #535D81

Tints of Chambray #535D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 27.21%
G = 30.49%
B = 42.3%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535D81 (or 0x535D81) is known color: Chambray. HEX triplet: 53, 5D and 81. RGB value is (83,93,129). Sum of RGB (Red+Green+Blue) = 83+93+129=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #535D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D81 is #ACA27E. Grayscale: #5D5D5D. Windows color (decimal): -11313791 or 8478035. OLE color: 8478035.

HSL color Cylindrical-coordinate representation of color #535D81: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535D81 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 93 129 -
CMYK 0.36 0.28 0 0.49
HSL 226.96º 0.22% 0.42% -
HSV(B) 226.96º 0.36% 0.51% -
XYZ 11.44 11.25 22.34 -
YUV 94.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 83 93 129 0.36 0.28 0 0.49 226.96 0.22 0.42
Hex 53 5D 81 24 1C 0 31 E3 16 2A
Octal 123 135 201 44 34 0 61 343 26 52
Binary 1010011 1011101 10000001 100100 11100 0 110001 11100011 10110 101010

Color Harmonies of #535D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D81

Black with #535D81

Text Example


Text Example

White with #535D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,93,129); }

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

background-color css

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

 a { background-color: rgb(83,93,129); }

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

border-color css

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

 span { border-color: rgb(83,93,129); }

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