Html Css Color HEX #54668E Kashmir Blue

📋 copy color: '#54668E'

red 84 ◦ green 102 ◦ blue 142

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

Shades of Kashmir Blue #54668E

Tints of Kashmir Blue #54668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 25.61%
G = 31.1%
B = 43.29%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54668E (or 0x54668E) is known color: Kashmir Blue. HEX triplet: 54, 66 and 8E. RGB value is (84,102,142). Sum of RGB (Red+Green+Blue) = 84+102+142=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #54668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54668E is #AB9971. Grayscale: #656565. Windows color (decimal): -11245938 or 9332308. OLE color: 9332308.

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

Color convert

RGB 84 102 142 -
CMYK 0.41 0.28 0 0.44
HSL 221.38º 0.26% 0.44% -
HSV(B) 221.38º 0.41% 0.56% -
XYZ 13.29 13.34 27.47 -
YUV 101.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 84 102 142 0.41 0.28 0 0.44 221.38 0.26 0.44
Hex 54 66 8E 29 1C 0 2C DD 1A 2C
Octal 124 146 216 51 34 0 54 335 32 54
Binary 1010100 1100110 10001110 101001 11100 0 101100 11011101 11010 101100

Color Harmonies of #54668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54668E

Black with #54668E

Text Example


Text Example

White with #54668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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