Html Css Color HEX #536076 Chambray

📋 copy color: '#536076'

red 83 ◦ green 96 ◦ blue 118

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

Shades of Chambray #536076

Tints of Chambray #536076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 27.95%
G = 32.32%
B = 39.73%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536076 (or 0x536076) is known color: Chambray. HEX triplet: 53, 60 and 76. RGB value is (83,96,118). Sum of RGB (Red+Green+Blue) = 83+96+118=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #536076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536076 is #AC9F89. Grayscale: #5E5E5E. Windows color (decimal): -11313034 or 7757907. OLE color: 7757907.

HSL color Cylindrical-coordinate representation of color #536076: hue angle of 217.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536076 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 96 118 -
CMYK 0.30 0.19 0 0.54
HSL 217.71º 0.17% 0.39% -
HSV(B) 217.71º 0.3% 0.46% -
XYZ 11.02 11.51 18.78 -
YUV 94.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 83 96 118 0.30 0.19 0 0.54 217.71 0.17 0.39
Hex 53 60 76 1E 13 0 36 DA 11 27
Octal 123 140 166 36 23 0 66 332 21 47
Binary 1010011 1100000 1110110 11110 10011 0 110110 11011010 10001 100111

Color Harmonies of #536076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536076

Black with #536076

Text Example


Text Example

White with #536076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536076; }

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

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

background-color css

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

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

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

border-color css

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

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

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