Html Css Color HEX #54678B Kashmir Blue

📋 copy color: '#54678B'

red 84 ◦ green 103 ◦ blue 139

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

Shades of Kashmir Blue #54678B

Tints of Kashmir Blue #54678B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 25.77%
G = 31.6%
B = 42.64%

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

#54678B (or 0x54678B) is known color: Kashmir Blue. HEX triplet: 54, 67 and 8B. RGB value is (84,103,139). Sum of RGB (Red+Green+Blue) = 84+103+139=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #54678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678B is #AB9874. Grayscale: #656565. Windows color (decimal): -11245685 or 9135956. OLE color: 9135956.

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

Color convert

RGB 84 103 139 -
CMYK 0.40 0.26 0 0.45
HSL 219.27º 0.25% 0.44% -
HSV(B) 219.27º 0.4% 0.55% -
XYZ 13.17 13.45 26.33 -
YUV 101.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 84 103 139 0.40 0.26 0 0.45 219.27 0.25 0.44
Hex 54 67 8B 28 1A 0 2D DB 19 2C
Octal 124 147 213 50 32 0 55 333 31 54
Binary 1010100 1100111 10001011 101000 11010 0 101101 11011011 11001 101100

Color Harmonies of #54678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54678B

Black with #54678B

Text Example


Text Example

White with #54678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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