Html Css Color HEX #54678C Kashmir Blue

📋 copy color: '#54678C'

red 84 ◦ green 103 ◦ blue 140

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

Shades of Kashmir Blue #54678C

Tints of Kashmir Blue #54678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 25.69%
G = 31.5%
B = 42.81%

CMYK

 C value IS 0.4

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54678C (or 0x54678C) is known color: Kashmir Blue. HEX triplet: 54, 67 and 8C. RGB value is (84,103,140). Sum of RGB (Red+Green+Blue) = 84+103+140=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #54678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678C is #AB9873. Grayscale: #656565. Windows color (decimal): -11245684 or 9201492. OLE color: 9201492.

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

Color convert

RGB 84 103 140 -
CMYK 0.4 0.26 0 0.45
HSL 219.64º 0.25% 0.44% -
HSV(B) 219.64º 0.4% 0.55% -
XYZ 13.24 13.48 26.71 -
YUV 101.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 84 103 140 0.4 0.26 0 0.45 219.64 0.25 0.44
Hex 54 67 8C 28 1A 0 2D DC 19 2C
Octal 124 147 214 50 32 0 55 334 31 54
Binary 1010100 1100111 10001100 101000 11010 0 101101 11011100 11001 101100

Color Harmonies of #54678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54678C

Black with #54678C

Text Example


Text Example

White with #54678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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