Html Css Color HEX #546783 Kashmir Blue

📋 copy color: '#546783'

red 84 ◦ green 103 ◦ blue 131

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

Shades of Kashmir Blue #546783

Tints of Kashmir Blue #546783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

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

R = 26.42%
G = 32.39%
B = 41.19%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546783 (or 0x546783) is known color: Kashmir Blue. HEX triplet: 54, 67 and 83. RGB value is (84,103,131). Sum of RGB (Red+Green+Blue) = 84+103+131=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #546783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546783 is #AB987C. Grayscale: #646464. Windows color (decimal): -11245693 or 8611668. OLE color: 8611668.

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

Color convert

RGB 84 103 131 -
CMYK 0.36 0.21 0 0.49
HSL 215.74º 0.22% 0.42% -
HSV(B) 215.74º 0.36% 0.51% -
XYZ 12.6 13.22 23.36 -
YUV 100.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 84 103 131 0.36 0.21 0 0.49 215.74 0.22 0.42
Hex 54 67 83 24 15 0 31 D8 16 2A
Octal 124 147 203 44 25 0 61 330 26 52
Binary 1010100 1100111 10000011 100100 10101 0 110001 11011000 10110 101010

Color Harmonies of #546783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546783

Black with #546783

Text Example


Text Example

White with #546783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546783; }

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

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

background-color css

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

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

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

border-color css

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

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

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