Html Css Color HEX #54698E Kashmir Blue

📋 copy color: '#54698E'

red 84 ◦ green 105 ◦ blue 142

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

Shades of Kashmir Blue #54698E

Tints of Kashmir Blue #54698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 25.38%
G = 31.72%
B = 42.9%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54698E (or 0x54698E) is known color: Kashmir Blue. HEX triplet: 54, 69 and 8E. RGB value is (84,105,142). Sum of RGB (Red+Green+Blue) = 84+105+142=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #54698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698E is #AB9671. Grayscale: #666666. Windows color (decimal): -11245170 or 9333076. OLE color: 9333076.

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

Color convert

RGB 84 105 142 -
CMYK 0.41 0.26 0 0.44
HSL 218.28º 0.26% 0.44% -
HSV(B) 218.28º 0.41% 0.56% -
XYZ 13.59 13.94 27.57 -
YUV 102.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 84 105 142 0.41 0.26 0 0.44 218.28 0.26 0.44
Hex 54 69 8E 29 1A 0 2C DA 1A 2C
Octal 124 151 216 51 32 0 54 332 32 54
Binary 1010100 1101001 10001110 101001 11010 0 101100 11011010 11010 101100

Color Harmonies of #54698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54698E

Black with #54698E

Text Example


Text Example

White with #54698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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