Html Css Color HEX #545C83 Chambray

📋 copy color: '#545C83'

red 84 ◦ green 92 ◦ blue 131

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

Shades of Chambray #545C83

Tints of Chambray #545C83

RGB

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

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

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

R = 27.36%
G = 29.97%
B = 42.67%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#545C83 (or 0x545C83) is known color: Chambray. HEX triplet: 54, 5C and 83. RGB value is (84,92,131). Sum of RGB (Red+Green+Blue) = 84+92+131=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #545C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C83 is #ABA37C. Grayscale: #5D5D5D. Windows color (decimal): -11248509 or 8608852. OLE color: 8608852.

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

Color convert

RGB 84 92 131 -
CMYK 0.36 0.30 0 0.49
HSL 229.79º 0.22% 0.42% -
HSV(B) 229.79º 0.36% 0.51% -
XYZ 11.58 11.18 23.02 -
YUV 94.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 84 92 131 0.36 0.30 0 0.49 229.79 0.22 0.42
Hex 54 5C 83 24 1E 0 31 E6 16 2A
Octal 124 134 203 44 36 0 61 346 26 52
Binary 1010100 1011100 10000011 100100 11110 0 110001 11100110 10110 101010

Color Harmonies of #545C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C83

Black with #545C83

Text Example


Text Example

White with #545C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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