Html Css Color HEX #536081 Chambray

📋 copy color: '#536081'

red 83 ◦ green 96 ◦ blue 129

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

Shades of Chambray #536081

Tints of Chambray #536081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 26.95%
G = 31.17%
B = 41.88%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536081 (or 0x536081) is known color: Chambray. HEX triplet: 53, 60 and 81. RGB value is (83,96,129). Sum of RGB (Red+Green+Blue) = 83+96+129=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #536081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536081 is #AC9F7E. Grayscale: #5F5F5F. Windows color (decimal): -11313023 or 8478803. OLE color: 8478803.

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

Color convert

RGB 83 96 129 -
CMYK 0.36 0.26 0 0.49
HSL 223.04º 0.22% 0.42% -
HSV(B) 223.04º 0.36% 0.51% -
XYZ 11.71 11.79 22.43 -
YUV 95.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 83 96 129 0.36 0.26 0 0.49 223.04 0.22 0.42
Hex 53 60 81 24 1A 0 31 DF 16 2A
Octal 123 140 201 44 32 0 61 337 26 52
Binary 1010011 1100000 10000001 100100 11010 0 110001 11011111 10110 101010

Color Harmonies of #536081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536081

Black with #536081

Text Example


Text Example

White with #536081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536081; }

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

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

background-color css

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

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

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

border-color css

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

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

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