Html Css Color HEX #547592 Kashmir Blue

📋 copy color: '#547592'

red 84 ◦ green 117 ◦ blue 146

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

Shades of Kashmir Blue #547592

Tints of Kashmir Blue #547592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 24.21%
G = 33.72%
B = 42.07%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547592 (or 0x547592) is known color: Kashmir Blue. HEX triplet: 54, 75 and 92. RGB value is (84,117,146). Sum of RGB (Red+Green+Blue) = 84+117+146=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #547592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547592 is #AB8A6D. Grayscale: #6E6E6E. Windows color (decimal): -11242094 or 9598292. OLE color: 9598292.

HSL color Cylindrical-coordinate representation of color #547592: hue angle of 208.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547592 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 117 146 -
CMYK 0.42 0.20 0 0.43
HSL 208.06º 0.27% 0.45% -
HSV(B) 208.06º 0.42% 0.57% -
XYZ 15.21 16.68 29.61 -
YUV 110.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 84 117 146 0.42 0.20 0 0.43 208.06 0.27 0.45
Hex 54 75 92 2A 14 0 2B D0 1B 2D
Octal 124 165 222 52 24 0 53 320 33 55
Binary 1010100 1110101 10010010 101010 10100 0 101011 11010000 11011 101101

Color Harmonies of #547592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547592

Black with #547592

Text Example


Text Example

White with #547592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547592; }

 p { color: rgb(84,117,146); }

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

background-color css

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

 a { background-color: rgb(84,117,146); }

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

border-color css

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

 span { border-color: rgb(84,117,146); }

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