Html Css Color HEX #54658D Kashmir Blue

📋 copy color: '#54658D'

red 84 ◦ green 101 ◦ blue 141

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

Shades of Kashmir Blue #54658D

Tints of Kashmir Blue #54658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 25.77%
G = 30.98%
B = 43.25%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54658D (or 0x54658D) is known color: Kashmir Blue. HEX triplet: 54, 65 and 8D. RGB value is (84,101,141). Sum of RGB (Red+Green+Blue) = 84+101+141=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #54658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658D is #AB9A72. Grayscale: #646464. Windows color (decimal): -11246195 or 9266516. OLE color: 9266516.

HSL color Cylindrical-coordinate representation of color #54658D: hue angle of 222.11º 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 #54658D is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 101 141 -
CMYK 0.40 0.28 0 0.45
HSL 222.11º 0.25% 0.44% -
HSV(B) 222.11º 0.4% 0.55% -
XYZ 13.12 13.12 27.04 -
YUV 100.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 84 101 141 0.40 0.28 0 0.45 222.11 0.25 0.44
Hex 54 65 8D 28 1C 0 2D DE 19 2C
Octal 124 145 215 50 34 0 55 336 31 54
Binary 1010100 1100101 10001101 101000 11100 0 101101 11011110 11001 101100

Color Harmonies of #54658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54658D

Black with #54658D

Text Example


Text Example

White with #54658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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