Html Css Color HEX #54658A Kashmir Blue

📋 copy color: '#54658A'

red 84 ◦ green 101 ◦ blue 138

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

Shades of Kashmir Blue #54658A

Tints of Kashmir Blue #54658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 26.01%
G = 31.27%
B = 42.72%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54658A (or 0x54658A) is known color: Kashmir Blue. HEX triplet: 54, 65 and 8A. RGB value is (84,101,138). Sum of RGB (Red+Green+Blue) = 84+101+138=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #54658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658A is #AB9A75. Grayscale: #636363. Windows color (decimal): -11246198 or 9069908. OLE color: 9069908.

HSL color Cylindrical-coordinate representation of color #54658A: hue angle of 221.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54658A is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 101 138 -
CMYK 0.39 0.27 0 0.46
HSL 221.11º 0.24% 0.44% -
HSV(B) 221.11º 0.39% 0.54% -
XYZ 12.9 13.03 25.88 -
YUV 100.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 84 101 138 0.39 0.27 0 0.46 221.11 0.24 0.44
Hex 54 65 8A 27 1B 0 2E DD 18 2C
Octal 124 145 212 47 33 0 56 335 30 54
Binary 1010100 1100101 10001010 100111 11011 0 101110 11011101 11000 101100

Color Harmonies of #54658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54658A

Black with #54658A

Text Example


Text Example

White with #54658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54658A; }

 p { color: rgb(84,101,138); }

 H1.HeaderClassName
 {
   color: #54658A;
 }
 .AnyTagClassName
 {
   color: #54658A;
 }
</style>

background-color css

<style>
 a { background-color: #54658A; }

 a { background-color: rgb(84,101,138); }

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

border-color css

<style>
 span { border-color: #54658A; }

 span { border-color: rgb(84,101,138); }

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