Html Css Color HEX #546083 Chambray

📋 copy color: '#546083'

red 84 ◦ green 96 ◦ blue 131

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

Shades of Chambray #546083

Tints of Chambray #546083

RGB

 RED value IS 84 (33.2% from 255) = 27.01%

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

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 27.01%
G = 30.87%
B = 42.12%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546083 (or 0x546083) is known color: Chambray. HEX triplet: 54, 60 and 83. RGB value is (84,96,131). Sum of RGB (Red+Green+Blue) = 84+96+131=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #546083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546083 is #AB9F7C. Grayscale: #606060. Windows color (decimal): -11247485 or 8609876. OLE color: 8609876.

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

Color convert

RGB 84 96 131 -
CMYK 0.36 0.27 0 0.49
HSL 224.68º 0.22% 0.42% -
HSV(B) 224.68º 0.36% 0.51% -
XYZ 11.94 11.89 23.14 -
YUV 96.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 84 96 131 0.36 0.27 0 0.49 224.68 0.22 0.42
Hex 54 60 83 24 1B 0 31 E1 16 2A
Octal 124 140 203 44 33 0 61 341 26 52
Binary 1010100 1100000 10000011 100100 11011 0 110001 11100001 10110 101010

Color Harmonies of #546083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546083

Black with #546083

Text Example


Text Example

White with #546083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546083; }

 p { color: rgb(84,96,131); }

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

background-color css

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

 a { background-color: rgb(84,96,131); }

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

border-color css

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

 span { border-color: rgb(84,96,131); }

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