Html Css Color HEX #547998 Kashmir Blue

📋 copy color: '#547998'

red 84 ◦ green 121 ◦ blue 152

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

Shades of Kashmir Blue #547998

Tints of Kashmir Blue #547998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 23.53%
G = 33.89%
B = 42.58%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#547998 (or 0x547998) is known color: Kashmir Blue. HEX triplet: 54, 79 and 98. RGB value is (84,121,152). Sum of RGB (Red+Green+Blue) = 84+121+152=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #547998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547998 is #AB8667. Grayscale: #717171. Windows color (decimal): -11241064 or 9992532. OLE color: 9992532.

HSL color Cylindrical-coordinate representation of color #547998: hue angle of 207.35º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #547998 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 121 152 -
CMYK 0.45 0.20 0 0.40
HSL 207.35º 0.29% 0.46% -
HSV(B) 207.35º 0.45% 0.6% -
XYZ 16.16 17.83 32.29 -
YUV 113.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 84 121 152 0.45 0.20 0 0.40 207.35 0.29 0.46
Hex 54 79 98 2D 14 0 28 CF 1D 2E
Octal 124 171 230 55 24 0 50 317 35 56
Binary 1010100 1111001 10011000 101101 10100 0 101000 11001111 11101 101110

Color Harmonies of #547998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547998

Black with #547998

Text Example


Text Example

White with #547998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547998; }

 p { color: rgb(84,121,152); }

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

background-color css

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

 a { background-color: rgb(84,121,152); }

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

border-color css

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

 span { border-color: rgb(84,121,152); }

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