Html Css Color HEX #54678F Kashmir Blue

📋 copy color: '#54678F'

red 84 ◦ green 103 ◦ blue 143

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

Shades of Kashmir Blue #54678F

Tints of Kashmir Blue #54678F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 25.45%
G = 31.21%
B = 43.33%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54678F (or 0x54678F) is known color: Kashmir Blue. HEX triplet: 54, 67 and 8F. RGB value is (84,103,143). Sum of RGB (Red+Green+Blue) = 84+103+143=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #54678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678F is #AB9870. Grayscale: #656565. Windows color (decimal): -11245681 or 9398100. OLE color: 9398100.

HSL color Cylindrical-coordinate representation of color #54678F: hue angle of 220.68º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54678F is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 103 143 -
CMYK 0.41 0.28 0 0.44
HSL 220.68º 0.26% 0.45% -
HSV(B) 220.68º 0.41% 0.56% -
XYZ 13.46 13.57 27.9 -
YUV 101.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 84 103 143 0.41 0.28 0 0.44 220.68 0.26 0.45
Hex 54 67 8F 29 1C 0 2C DD 1A 2D
Octal 124 147 217 51 34 0 54 335 32 55
Binary 1010100 1100111 10001111 101001 11100 0 101100 11011101 11010 101101

Color Harmonies of #54678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54678F

Black with #54678F

Text Example


Text Example

White with #54678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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