#54618A

Color #54618A Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #54618A

Tints of Kashmir Blue #54618A

Color information

#54618A (or 0x54618A) is unknown color: approx Kashmir Blue. HEX triplet: 54, 61 and 8A. RGB value is (84,97,138). Sum of RGB (Red+Green+Blue) = 84+97+138=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #54618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54618A is #AB9E75. Grayscale: #616161. Windows color (decimal): -11247222 or 9068884. OLE color: 9068884.

HSL color Cylindrical-coordinate representation of color #54618A: hue angle of 225.56º 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 #54618A is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8497138-
CMYK0.390.3000.46
HSL225.56º24.32%43.53%-
HSV(B)225.56º39.13%54.12%-
XYZ12.5212.2725.75-
YUV97.79150.69118.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=26.33%
G=30.41%
B=43.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84971380.390.3000.46225.5624.3243.53
Hex54618A271E02Ee2182c
Octal12414121247360563423054
Binary10101001100001100010101001111111001011101110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54618A;
 }
 .AnyTagClassName
 {
   color: #54618A;
 }
</style>
background-color css

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

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

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

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

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

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