Html Css Color HEX #54698B Kashmir Blue

📋 copy color: '#54698B'

red 84 ◦ green 105 ◦ blue 139

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

Shades of Kashmir Blue #54698B

Tints of Kashmir Blue #54698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 25.61%
G = 32.01%
B = 42.38%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54698B (or 0x54698B) is known color: Kashmir Blue. HEX triplet: 54, 69 and 8B. RGB value is (84,105,139). Sum of RGB (Red+Green+Blue) = 84+105+139=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #54698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698B is #AB9674. Grayscale: #666666. Windows color (decimal): -11245173 or 9136468. OLE color: 9136468.

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

Color convert

RGB 84 105 139 -
CMYK 0.40 0.24 0 0.45
HSL 217.09º 0.25% 0.44% -
HSV(B) 217.09º 0.4% 0.55% -
XYZ 13.37 13.85 26.4 -
YUV 102.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 84 105 139 0.40 0.24 0 0.45 217.09 0.25 0.44
Hex 54 69 8B 28 18 0 2D D9 19 2C
Octal 124 151 213 50 30 0 55 331 31 54
Binary 1010100 1101001 10001011 101000 11000 0 101101 11011001 11001 101100

Color Harmonies of #54698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54698B

Black with #54698B

Text Example


Text Example

White with #54698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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