Html Css Color HEX #54718D Kashmir Blue

📋 copy color: '#54718D'

red 84 ◦ green 113 ◦ blue 141

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

Shades of Kashmir Blue #54718D

Tints of Kashmir Blue #54718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 24.85%
G = 33.43%
B = 41.72%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54718D (or 0x54718D) is known color: Kashmir Blue. HEX triplet: 54, 71 and 8D. RGB value is (84,113,141). Sum of RGB (Red+Green+Blue) = 84+113+141=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #54718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718D is #AB8E72. Grayscale: #6B6B6B. Windows color (decimal): -11243123 or 9269588. OLE color: 9269588.

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

Color convert

RGB 84 113 141 -
CMYK 0.40 0.20 0 0.45
HSL 209.47º 0.25% 0.44% -
HSV(B) 209.47º 0.4% 0.55% -
XYZ 14.37 15.62 27.46 -
YUV 107.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 84 113 141 0.40 0.20 0 0.45 209.47 0.25 0.44
Hex 54 71 8D 28 14 0 2D D1 19 2C
Octal 124 161 215 50 24 0 55 321 31 54
Binary 1010100 1110001 10001101 101000 10100 0 101101 11010001 11001 101100

Color Harmonies of #54718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54718D

Black with #54718D

Text Example


Text Example

White with #54718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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