Html Css Color HEX #547694 Kashmir Blue

📋 copy color: '#547694'

red 84 ◦ green 118 ◦ blue 148

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

Shades of Kashmir Blue #547694

Tints of Kashmir Blue #547694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 24%
G = 33.71%
B = 42.29%

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

#547694 (or 0x547694) is known color: Kashmir Blue. HEX triplet: 54, 76 and 94. RGB value is (84,118,148). Sum of RGB (Red+Green+Blue) = 84+118+148=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #547694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547694 is #AB896B. Grayscale: #6F6F6F. Windows color (decimal): -11241836 or 9729620. OLE color: 9729620.

HSL color Cylindrical-coordinate representation of color #547694: hue angle of 208.12º 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 #547694 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 118 148 -
CMYK 0.43 0.20 0 0.42
HSL 208.13º 0.28% 0.45% -
HSV(B) 208.13º 0.43% 0.58% -
XYZ 15.48 16.98 30.48 -
YUV 111.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 84 118 148 0.43 0.20 0 0.42 208.13 0.28 0.45
Hex 54 76 94 2B 14 0 2A D0 1C 2D
Octal 124 166 224 53 24 0 52 320 34 55
Binary 1010100 1110110 10010100 101011 10100 0 101010 11010000 11100 101101

Color Harmonies of #547694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547694

Black with #547694

Text Example


Text Example

White with #547694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547694; }

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

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

background-color css

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

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

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

border-color css

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

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

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