Html Css Color HEX #545C7B Chambray

📋 copy color: '#545C7B'

red 84 ◦ green 92 ◦ blue 123

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

Shades of Chambray #545C7B

Tints of Chambray #545C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 28.09%
G = 30.77%
B = 41.14%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#545C7B (or 0x545C7B) is known color: Chambray. HEX triplet: 54, 5C and 7B. RGB value is (84,92,123). Sum of RGB (Red+Green+Blue) = 84+92+123=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #545C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C7B is #ABA384. Grayscale: #5D5D5D. Windows color (decimal): -11248517 or 8084564. OLE color: 8084564.

HSL color Cylindrical-coordinate representation of color #545C7B: hue angle of 227.69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545C7B is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 92 123 -
CMYK 0.32 0.25 0 0.52
HSL 227.69º 0.19% 0.41% -
HSV(B) 227.69º 0.32% 0.48% -
XYZ 11.06 10.97 20.27 -
YUV 93.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 84 92 123 0.32 0.25 0 0.52 227.69 0.19 0.41
Hex 54 5C 7B 20 19 0 34 E4 13 29
Octal 124 134 173 40 31 0 64 344 23 51
Binary 1010100 1011100 1111011 100000 11001 0 110100 11100100 10011 101001

Color Harmonies of #545C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C7B

Black with #545C7B

Text Example


Text Example

White with #545C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,92,123); }

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

background-color css

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

 a { background-color: rgb(84,92,123); }

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

border-color css

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

 span { border-color: rgb(84,92,123); }

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