Html Css Color HEX #54708D Kashmir Blue

📋 copy color: '#54708D'

red 84 ◦ green 112 ◦ blue 141

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

Shades of Kashmir Blue #54708D

Tints of Kashmir Blue #54708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 24.93%
G = 33.23%
B = 41.84%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54708D (or 0x54708D) is known color: Kashmir Blue. HEX triplet: 54, 70 and 8D. RGB value is (84,112,141). Sum of RGB (Red+Green+Blue) = 84+112+141=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #54708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708D is #AB8F72. Grayscale: #6A6A6A. Windows color (decimal): -11243379 or 9269332. OLE color: 9269332.

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

Color convert

RGB 84 112 141 -
CMYK 0.40 0.21 0 0.45
HSL 210.53º 0.25% 0.44% -
HSV(B) 210.53º 0.4% 0.55% -
XYZ 14.26 15.4 27.42 -
YUV 106.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 84 112 141 0.40 0.21 0 0.45 210.53 0.25 0.44
Hex 54 70 8D 28 15 0 2D D3 19 2C
Octal 124 160 215 50 25 0 55 323 31 54
Binary 1010100 1110000 10001101 101000 10101 0 101101 11010011 11001 101100

Color Harmonies of #54708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54708D

Black with #54708D

Text Example


Text Example

White with #54708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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