Html Css Color HEX #546275 Chambray

📋 copy color: '#546275'

red 84 ◦ green 98 ◦ blue 117

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

Shades of Chambray #546275

Tints of Chambray #546275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 28.09%
G = 32.78%
B = 39.13%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#546275 (or 0x546275) is known color: Chambray. HEX triplet: 54, 62 and 75. RGB value is (84,98,117). Sum of RGB (Red+Green+Blue) = 84+98+117=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #546275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546275 is #AB9D8A. Grayscale: #5F5F5F. Windows color (decimal): -11246987 or 7692884. OLE color: 7692884.

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

Color convert

RGB 84 98 117 -
CMYK 0.28 0.16 0 0.54
HSL 214.55º 0.16% 0.39% -
HSV(B) 214.55º 0.28% 0.46% -
XYZ 11.23 11.9 18.54 -
YUV 95.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 84 98 117 0.28 0.16 0 0.54 214.55 0.16 0.39
Hex 54 62 75 1C 10 0 36 D7 10 27
Octal 124 142 165 34 20 0 66 327 20 47
Binary 1010100 1100010 1110101 11100 10000 0 110110 11010111 10000 100111

Color Harmonies of #546275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546275

Black with #546275

Text Example


Text Example

White with #546275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546275; }

 p { color: rgb(84,98,117); }

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

background-color css

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

 a { background-color: rgb(84,98,117); }

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

border-color css

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

 span { border-color: rgb(84,98,117); }

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