Html Css Color HEX #546081 Chambray

📋 copy color: '#546081'

red 84 ◦ green 96 ◦ blue 129

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

Shades of Chambray #546081

Tints of Chambray #546081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 27.18%
G = 31.07%
B = 41.75%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546081 (or 0x546081) is known color: Chambray. HEX triplet: 54, 60 and 81. RGB value is (84,96,129). Sum of RGB (Red+Green+Blue) = 84+96+129=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #546081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546081 is #AB9F7E. Grayscale: #606060. Windows color (decimal): -11247487 or 8478804. OLE color: 8478804.

HSL color Cylindrical-coordinate representation of color #546081: hue angle of 224º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546081 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 96 129 -
CMYK 0.35 0.26 0 0.49
HSL 224º 0.21% 0.42% -
HSV(B) 224º 0.35% 0.51% -
XYZ 11.8 11.84 22.43 -
YUV 96.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 84 96 129 0.35 0.26 0 0.49 224 0.21 0.42
Hex 54 60 81 23 1A 0 31 E0 15 2A
Octal 124 140 201 43 32 0 61 340 25 52
Binary 1010100 1100000 10000001 100011 11010 0 110001 11100000 10101 101010

Color Harmonies of #546081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546081

Black with #546081

Text Example


Text Example

White with #546081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546081; }

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

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

background-color css

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

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

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

border-color css

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

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

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