Html Css Color HEX #535E81 Chambray

📋 copy color: '#535E81'

red 83 ◦ green 94 ◦ blue 129

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

Shades of Chambray #535E81

Tints of Chambray #535E81

RGB

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

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

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

R = 27.12%
G = 30.72%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535E81 (or 0x535E81) is known color: Chambray. HEX triplet: 53, 5E and 81. RGB value is (83,94,129). Sum of RGB (Red+Green+Blue) = 83+94+129=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #535E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E81 is #ACA17E. Grayscale: #5E5E5E. Windows color (decimal): -11313535 or 8478291. OLE color: 8478291.

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

Color convert

RGB 83 94 129 -
CMYK 0.36 0.27 0 0.49
HSL 225.65º 0.22% 0.42% -
HSV(B) 225.65º 0.36% 0.51% -
XYZ 11.53 11.43 22.37 -
YUV 94.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 83 94 129 0.36 0.27 0 0.49 225.65 0.22 0.42
Hex 53 5E 81 24 1B 0 31 E2 16 2A
Octal 123 136 201 44 33 0 61 342 26 52
Binary 1010011 1011110 10000001 100100 11011 0 110001 11100010 10110 101010

Color Harmonies of #535E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E81

Black with #535E81

Text Example


Text Example

White with #535E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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