Html Css Color HEX #545E85 Chambray

📋 copy color: '#545E85'

red 84 ◦ green 94 ◦ blue 133

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

Shades of Chambray #545E85

Tints of Chambray #545E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 27.01%
G = 30.23%
B = 42.77%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#545E85 (or 0x545E85) is known color: Chambray. HEX triplet: 54, 5E and 85. RGB value is (84,94,133). Sum of RGB (Red+Green+Blue) = 84+94+133=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #545E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E85 is #ABA17A. Grayscale: #5F5F5F. Windows color (decimal): -11247995 or 8740436. OLE color: 8740436.

HSL color Cylindrical-coordinate representation of color #545E85: hue angle of 227.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545E85 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 94 133 -
CMYK 0.37 0.29 0 0.48
HSL 227.76º 0.23% 0.43% -
HSV(B) 227.76º 0.37% 0.52% -
XYZ 11.89 11.58 23.8 -
YUV 95.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 84 94 133 0.37 0.29 0 0.48 227.76 0.23 0.43
Hex 54 5E 85 25 1D 0 30 E4 17 2B
Octal 124 136 205 45 35 0 60 344 27 53
Binary 1010100 1011110 10000101 100101 11101 0 110000 11100100 10111 101011

Color Harmonies of #545E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E85

Black with #545E85

Text Example


Text Example

White with #545E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545E85; }

 p { color: rgb(84,94,133); }

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

background-color css

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

 a { background-color: rgb(84,94,133); }

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

border-color css

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

 span { border-color: rgb(84,94,133); }

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