Html Css Color HEX #54668C Kashmir Blue

📋 copy color: '#54668C'

red 84 ◦ green 102 ◦ blue 140

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

Shades of Kashmir Blue #54668C

Tints of Kashmir Blue #54668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 25.77%
G = 31.29%
B = 42.94%

CMYK

 C value IS 0.4

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54668C (or 0x54668C) is known color: Kashmir Blue. HEX triplet: 54, 66 and 8C. RGB value is (84,102,140). Sum of RGB (Red+Green+Blue) = 84+102+140=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #54668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54668C is #AB9973. Grayscale: #646464. Windows color (decimal): -11245940 or 9201236. OLE color: 9201236.

HSL color Cylindrical-coordinate representation of color #54668C: hue angle of 220.71º 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 #54668C is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 102 140 -
CMYK 0.4 0.27 0 0.45
HSL 220.71º 0.25% 0.44% -
HSV(B) 220.71º 0.4% 0.55% -
XYZ 13.14 13.28 26.68 -
YUV 100.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 84 102 140 0.4 0.27 0 0.45 220.71 0.25 0.44
Hex 54 66 8C 28 1B 0 2D DD 19 2C
Octal 124 146 214 50 33 0 55 335 31 54
Binary 1010100 1100110 10001100 101000 11011 0 101101 11011101 11001 101100

Color Harmonies of #54668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54668C

Black with #54668C

Text Example


Text Example

White with #54668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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