Html Css Color HEX #54648D Kashmir Blue

📋 copy color: '#54648D'

red 84 ◦ green 100 ◦ blue 141

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

Shades of Kashmir Blue #54648D

Tints of Kashmir Blue #54648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 25.85%
G = 30.77%
B = 43.38%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54648D (or 0x54648D) is known color: Kashmir Blue. HEX triplet: 54, 64 and 8D. RGB value is (84,100,141). Sum of RGB (Red+Green+Blue) = 84+100+141=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #54648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54648D is #AB9B72. Grayscale: #636363. Windows color (decimal): -11246451 or 9266260. OLE color: 9266260.

HSL color Cylindrical-coordinate representation of color #54648D: hue angle of 223.16º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54648D is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 100 141 -
CMYK 0.40 0.29 0 0.45
HSL 223.16º 0.25% 0.44% -
HSV(B) 223.16º 0.4% 0.55% -
XYZ 13.02 12.92 27.01 -
YUV 99.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 84 100 141 0.40 0.29 0 0.45 223.16 0.25 0.44
Hex 54 64 8D 28 1D 0 2D DF 19 2C
Octal 124 144 215 50 35 0 55 337 31 54
Binary 1010100 1100100 10001101 101000 11101 0 101101 11011111 11001 101100

Color Harmonies of #54648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54648D

Black with #54648D

Text Example


Text Example

White with #54648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54648D; }

 p { color: rgb(84,100,141); }

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

background-color css

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

 a { background-color: rgb(84,100,141); }

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

border-color css

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

 span { border-color: rgb(84,100,141); }

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