Html Css Color HEX #536082 Chambray

📋 copy color: '#536082'

red 83 ◦ green 96 ◦ blue 130

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

Shades of Chambray #536082

Tints of Chambray #536082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.07%

R = 26.86%
G = 31.07%
B = 42.07%

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

#536082 (or 0x536082) is known color: Chambray. HEX triplet: 53, 60 and 82. RGB value is (83,96,130). Sum of RGB (Red+Green+Blue) = 83+96+130=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #536082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536082 is #AC9F7D. Grayscale: #5F5F5F. Windows color (decimal): -11313022 or 8544339. OLE color: 8544339.

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

Color convert

RGB 83 96 130 -
CMYK 0.36 0.26 0 0.49
HSL 223.4º 0.22% 0.42% -
HSV(B) 223.4º 0.36% 0.51% -
XYZ 11.78 11.82 22.78 -
YUV 95.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 83 96 130 0.36 0.26 0 0.49 223.4 0.22 0.42
Hex 53 60 82 24 1A 0 31 DF 16 2A
Octal 123 140 202 44 32 0 61 337 26 52
Binary 1010011 1100000 10000010 100100 11010 0 110001 11011111 10110 101010

Color Harmonies of #536082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536082

Black with #536082

Text Example


Text Example

White with #536082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536082; }

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

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

background-color css

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

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

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

border-color css

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

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

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