Html Css Color HEX #547794 Kashmir Blue

📋 copy color: '#547794'

red 84 ◦ green 119 ◦ blue 148

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

Shades of Kashmir Blue #547794

Tints of Kashmir Blue #547794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 23.93%
G = 33.9%
B = 42.17%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547794 (or 0x547794) is known color: Kashmir Blue. HEX triplet: 54, 77 and 94. RGB value is (84,119,148). Sum of RGB (Red+Green+Blue) = 84+119+148=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #547794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547794 is #AB886B. Grayscale: #6F6F6F. Windows color (decimal): -11241580 or 9729876. OLE color: 9729876.

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

Color convert

RGB 84 119 148 -
CMYK 0.43 0.20 0 0.42
HSL 207.19º 0.28% 0.45% -
HSV(B) 207.19º 0.43% 0.58% -
XYZ 15.6 17.22 30.52 -
YUV 111.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 84 119 148 0.43 0.20 0 0.42 207.19 0.28 0.45
Hex 54 77 94 2B 14 0 2A CF 1C 2D
Octal 124 167 224 53 24 0 52 317 34 55
Binary 1010100 1110111 10010100 101011 10100 0 101010 11001111 11100 101101

Color Harmonies of #547794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547794

Black with #547794

Text Example


Text Example

White with #547794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547794; }

 p { color: rgb(84,119,148); }

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

background-color css

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

 a { background-color: rgb(84,119,148); }

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

border-color css

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

 span { border-color: rgb(84,119,148); }

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