Html Css Color HEX #536072 Chambray

📋 copy color: '#536072'

red 83 ◦ green 96 ◦ blue 114

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

Shades of Chambray #536072

Tints of Chambray #536072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 28.33%
G = 32.76%
B = 38.91%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536072 (or 0x536072) is known color: Chambray. HEX triplet: 53, 60 and 72. RGB value is (83,96,114). Sum of RGB (Red+Green+Blue) = 83+96+114=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #536072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536072 is #AC9F8D. Grayscale: #5E5E5E. Windows color (decimal): -11313038 or 7495763. OLE color: 7495763.

HSL color Cylindrical-coordinate representation of color #536072: hue angle of 214.84º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536072 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 96 114 -
CMYK 0.27 0.16 0 0.55
HSL 214.84º 0.16% 0.39% -
HSV(B) 214.84º 0.27% 0.45% -
XYZ 10.79 11.42 17.56 -
YUV 94.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 83 96 114 0.27 0.16 0 0.55 214.84 0.16 0.39
Hex 53 60 72 1B 10 0 37 D7 10 27
Octal 123 140 162 33 20 0 67 327 20 47
Binary 1010011 1100000 1110010 11011 10000 0 110111 11010111 10000 100111

Color Harmonies of #536072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536072

Black with #536072

Text Example


Text Example

White with #536072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536072; }

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

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

background-color css

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

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

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

border-color css

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

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

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