Html Css Color HEX #54658C Kashmir Blue

📋 copy color: '#54658C'

red 84 ◦ green 101 ◦ blue 140

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

Shades of Kashmir Blue #54658C

Tints of Kashmir Blue #54658C

RGB

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

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

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

R = 25.85%
G = 31.08%
B = 43.08%

CMYK

 C value IS 0.4

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54658C (or 0x54658C) is known color: Kashmir Blue. HEX triplet: 54, 65 and 8C. RGB value is (84,101,140). Sum of RGB (Red+Green+Blue) = 84+101+140=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #54658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658C is #AB9A73. Grayscale: #646464. Windows color (decimal): -11246196 or 9200980. OLE color: 9200980.

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

Color convert

RGB 84 101 140 -
CMYK 0.4 0.28 0 0.45
HSL 221.79º 0.25% 0.44% -
HSV(B) 221.79º 0.4% 0.55% -
XYZ 13.04 13.09 26.65 -
YUV 100.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 84 101 140 0.4 0.28 0 0.45 221.79 0.25 0.44
Hex 54 65 8C 28 1C 0 2D DE 19 2C
Octal 124 145 214 50 34 0 55 336 31 54
Binary 1010100 1100101 10001100 101000 11100 0 101101 11011110 11001 101100

Color Harmonies of #54658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54658C

Black with #54658C

Text Example


Text Example

White with #54658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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