Html Css Color HEX #54688F Kashmir Blue

📋 copy color: '#54688F'

red 84 ◦ green 104 ◦ blue 143

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

Shades of Kashmir Blue #54688F

Tints of Kashmir Blue #54688F

RGB

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

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

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

R = 25.38%
G = 31.42%
B = 43.2%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54688F (or 0x54688F) is known color: Kashmir Blue. HEX triplet: 54, 68 and 8F. RGB value is (84,104,143). Sum of RGB (Red+Green+Blue) = 84+104+143=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #54688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54688F is #AB9770. Grayscale: #666666. Windows color (decimal): -11245425 or 9398356. OLE color: 9398356.

HSL color Cylindrical-coordinate representation of color #54688F: hue angle of 219.66º 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 #54688F is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 104 143 -
CMYK 0.41 0.27 0 0.44
HSL 219.66º 0.26% 0.45% -
HSV(B) 219.66º 0.41% 0.56% -
XYZ 13.56 13.77 27.93 -
YUV 102.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 84 104 143 0.41 0.27 0 0.44 219.66 0.26 0.45
Hex 54 68 8F 29 1B 0 2C DC 1A 2D
Octal 124 150 217 51 33 0 54 334 32 55
Binary 1010100 1101000 10001111 101001 11011 0 101100 11011100 11010 101101

Color Harmonies of #54688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54688F

Black with #54688F

Text Example


Text Example

White with #54688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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