Html Css Color HEX #54658E Kashmir Blue

📋 copy color: '#54658E'

red 84 ◦ green 101 ◦ blue 142

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

Shades of Kashmir Blue #54658E

Tints of Kashmir Blue #54658E

RGB

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

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

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

R = 25.69%
G = 30.89%
B = 43.43%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54658E (or 0x54658E) is known color: Kashmir Blue. HEX triplet: 54, 65 and 8E. RGB value is (84,101,142). Sum of RGB (Red+Green+Blue) = 84+101+142=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #54658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658E is #AB9A71. Grayscale: #646464. Windows color (decimal): -11246194 or 9332052. OLE color: 9332052.

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

Color convert

RGB 84 101 142 -
CMYK 0.41 0.29 0 0.44
HSL 222.41º 0.26% 0.44% -
HSV(B) 222.41º 0.41% 0.56% -
XYZ 13.19 13.15 27.43 -
YUV 100.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 84 101 142 0.41 0.29 0 0.44 222.41 0.26 0.44
Hex 54 65 8E 29 1D 0 2C DE 1A 2C
Octal 124 145 216 51 35 0 54 336 32 54
Binary 1010100 1100101 10001110 101001 11101 0 101100 11011110 11010 101100

Color Harmonies of #54658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54658E

Black with #54658E

Text Example


Text Example

White with #54658E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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