Html Css Color HEX #54688D Kashmir Blue

📋 copy color: '#54688D'

red 84 ◦ green 104 ◦ blue 141

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

Shades of Kashmir Blue #54688D

Tints of Kashmir Blue #54688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 25.53%
G = 31.61%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54688D (or 0x54688D) is known color: Kashmir Blue. HEX triplet: 54, 68 and 8D. RGB value is (84,104,141). Sum of RGB (Red+Green+Blue) = 84+104+141=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #54688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54688D is #AB9772. Grayscale: #666666. Windows color (decimal): -11245427 or 9267284. OLE color: 9267284.

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

Color convert

RGB 84 104 141 -
CMYK 0.40 0.26 0 0.45
HSL 218.95º 0.25% 0.44% -
HSV(B) 218.95º 0.4% 0.55% -
XYZ 13.41 13.71 27.14 -
YUV 102.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 84 104 141 0.40 0.26 0 0.45 218.95 0.25 0.44
Hex 54 68 8D 28 1A 0 2D DB 19 2C
Octal 124 150 215 50 32 0 55 333 31 54
Binary 1010100 1101000 10001101 101000 11010 0 101101 11011011 11001 101100

Color Harmonies of #54688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54688D

Black with #54688D

Text Example


Text Example

White with #54688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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