Html Css Color HEX #54678D Kashmir Blue

📋 copy color: '#54678D'

red 84 ◦ green 103 ◦ blue 141

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

Shades of Kashmir Blue #54678D

Tints of Kashmir Blue #54678D

RGB

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

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

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

R = 25.61%
G = 31.4%
B = 42.99%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54678D (or 0x54678D) is known color: Kashmir Blue. HEX triplet: 54, 67 and 8D. RGB value is (84,103,141). Sum of RGB (Red+Green+Blue) = 84+103+141=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #54678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678D is #AB9872. Grayscale: #656565. Windows color (decimal): -11245683 or 9267028. OLE color: 9267028.

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

Color convert

RGB 84 103 141 -
CMYK 0.40 0.27 0 0.45
HSL 220º 0.25% 0.44% -
HSV(B) 220º 0.4% 0.55% -
XYZ 13.31 13.51 27.1 -
YUV 101.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 84 103 141 0.40 0.27 0 0.45 220 0.25 0.44
Hex 54 67 8D 28 1B 0 2D DC 19 2C
Octal 124 147 215 50 33 0 55 334 31 54
Binary 1010100 1100111 10001101 101000 11011 0 101101 11011100 11001 101100

Color Harmonies of #54678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54678D

Black with #54678D

Text Example


Text Example

White with #54678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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