Html Css Color HEX #54718E Kashmir Blue

📋 copy color: '#54718E'

red 84 ◦ green 113 ◦ blue 142

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

Shades of Kashmir Blue #54718E

Tints of Kashmir Blue #54718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 24.78%
G = 33.33%
B = 41.89%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54718E (or 0x54718E) is known color: Kashmir Blue. HEX triplet: 54, 71 and 8E. RGB value is (84,113,142). Sum of RGB (Red+Green+Blue) = 84+113+142=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #54718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718E is #AB8E71. Grayscale: #6B6B6B. Windows color (decimal): -11243122 or 9335124. OLE color: 9335124.

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

Color convert

RGB 84 113 142 -
CMYK 0.41 0.20 0 0.44
HSL 210º 0.26% 0.44% -
HSV(B) 210º 0.41% 0.56% -
XYZ 14.44 15.65 27.85 -
YUV 107.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 84 113 142 0.41 0.20 0 0.44 210 0.26 0.44
Hex 54 71 8E 29 14 0 2C D2 1A 2C
Octal 124 161 216 51 24 0 54 322 32 54
Binary 1010100 1110001 10001110 101001 10100 0 101100 11010010 11010 101100

Color Harmonies of #54718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54718E

Black with #54718E

Text Example


Text Example

White with #54718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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