#54628B

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

Shades of Kashmir Blue #54628B

Tints of Kashmir Blue #54628B

Color information

#54628B (or 0x54628B) is unknown color: approx Kashmir Blue. HEX triplet: 54, 62 and 8B. RGB value is (84,98,139). Sum of RGB (Red+Green+Blue) = 84+98+139=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #54628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54628B is #AB9D74. Grayscale: #626262. Windows color (decimal): -11246965 or 9134676. OLE color: 9134676.

HSL color Cylindrical-coordinate representation of color #54628B: hue angle of 224.73º 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 #54628B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8498139-
CMYK0.400.2900.45
HSL224.73º24.66%43.73%-
HSV(B)224.73º39.57%54.51%-
XYZ12.6812.4826.17-
YUV98.49150.86117.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=26.17%
G=30.53%
B=43.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84981390.400.2900.45224.7324.6643.73
Hex54628B281D02De1192c
Octal12414221350350553413154
Binary10101001100010100010111010001110101011011110000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54628B; }

 p { color: rgb(84,98,139); }

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

<style>
 a { background-color: #54628B; }

 a { background-color: rgb(84,98,139); }

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

<style>
 span { border-color: #54628B; }

 span { border-color: rgb(84,98,139); }

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