Html Css Color HEX #536073 Chambray

📋 copy color: '#536073'

red 83 ◦ green 96 ◦ blue 115

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

Shades of Chambray #536073

Tints of Chambray #536073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 28.23%
G = 32.65%
B = 39.12%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536073 (or 0x536073) is known color: Chambray. HEX triplet: 53, 60 and 73. RGB value is (83,96,115). Sum of RGB (Red+Green+Blue) = 83+96+115=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #536073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536073 is #AC9F8C. Grayscale: #5E5E5E. Windows color (decimal): -11313037 or 7561299. OLE color: 7561299.

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

Color convert

RGB 83 96 115 -
CMYK 0.28 0.17 0 0.55
HSL 215.63º 0.16% 0.39% -
HSV(B) 215.63º 0.28% 0.45% -
XYZ 10.84 11.44 17.86 -
YUV 94.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 83 96 115 0.28 0.17 0 0.55 215.63 0.16 0.39
Hex 53 60 73 1C 11 0 37 D8 10 27
Octal 123 140 163 34 21 0 67 330 20 47
Binary 1010011 1100000 1110011 11100 10001 0 110111 11011000 10000 100111

Color Harmonies of #536073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536073

Black with #536073

Text Example


Text Example

White with #536073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536073; }

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

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

background-color css

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

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

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

border-color css

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

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

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