Html Css Color HEX #54628B Kashmir Blue

📋 copy color: '#54628B'

red 84 ◦ green 98 ◦ blue 139

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

Shades of Kashmir Blue #54628B

Tints of Kashmir Blue #54628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 26.17%
G = 30.53%
B = 43.3%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54628B (or 0x54628B) is known color: 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

RGB 84 98 139 -
CMYK 0.40 0.29 0 0.45
HSL 224.73º 0.25% 0.44% -
HSV(B) 224.73º 0.4% 0.55% -
XYZ 12.68 12.48 26.17 -
YUV 98.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 84 98 139 0.40 0.29 0 0.45 224.73 0.25 0.44
Hex 54 62 8B 28 1D 0 2D E1 19 2C
Octal 124 142 213 50 35 0 55 341 31 54
Binary 1010100 1100010 10001011 101000 11101 0 101101 11100001 11001 101100

Color Harmonies of #54628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54628B

Black with #54628B

Text Example


Text Example

White with #54628B

Text Example


Text Example

HTML Codes & Css Web 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>