Html Css Color HEX #535981 Chambray

📋 copy color: '#535981'

red 83 ◦ green 89 ◦ blue 129

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

Shades of Chambray #535981

Tints of Chambray #535981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 27.57%
G = 29.57%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535981 (or 0x535981) is known color: Chambray. HEX triplet: 53, 59 and 81. RGB value is (83,89,129). Sum of RGB (Red+Green+Blue) = 83+89+129=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #535981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535981 is #ACA67E. Grayscale: #5B5B5B. Windows color (decimal): -11314815 or 8477011. OLE color: 8477011.

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

Color convert

RGB 83 89 129 -
CMYK 0.36 0.31 0 0.49
HSL 232.17º 0.22% 0.42% -
HSV(B) 232.17º 0.36% 0.51% -
XYZ 11.1 10.57 22.22 -
YUV 91.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 83 89 129 0.36 0.31 0 0.49 232.17 0.22 0.42
Hex 53 59 81 24 1F 0 31 E8 16 2A
Octal 123 131 201 44 37 0 61 350 26 52
Binary 1010011 1011001 10000001 100100 11111 0 110001 11101000 10110 101010

Color Harmonies of #535981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535981

Black with #535981

Text Example


Text Example

White with #535981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535981; }

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

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

background-color css

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

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

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

border-color css

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

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

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