Html Css Color HEX #546088 Kashmir Blue

📋 copy color: '#546088'

red 84 ◦ green 96 ◦ blue 136

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

Shades of Kashmir Blue #546088

Tints of Kashmir Blue #546088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 26.58%
G = 30.38%
B = 43.04%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546088 (or 0x546088) is known color: Kashmir Blue. HEX triplet: 54, 60 and 88. RGB value is (84,96,136). Sum of RGB (Red+Green+Blue) = 84+96+136=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #546088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546088 is #AB9F77. Grayscale: #606060. Windows color (decimal): -11247480 or 8937556. OLE color: 8937556.

HSL color Cylindrical-coordinate representation of color #546088: hue angle of 226.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #546088 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 96 136 -
CMYK 0.38 0.29 0 0.47
HSL 226.15º 0.24% 0.43% -
HSV(B) 226.15º 0.38% 0.53% -
XYZ 12.28 12.03 24.97 -
YUV 96.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 84 96 136 0.38 0.29 0 0.47 226.15 0.24 0.43
Hex 54 60 88 26 1D 0 2F E2 18 2B
Octal 124 140 210 46 35 0 57 342 30 53
Binary 1010100 1100000 10001000 100110 11101 0 101111 11100010 11000 101011

Color Harmonies of #546088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546088

Black with #546088

Text Example


Text Example

White with #546088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546088; }

 p { color: rgb(84,96,136); }

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

background-color css

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

 a { background-color: rgb(84,96,136); }

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

border-color css

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

 span { border-color: rgb(84,96,136); }

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