Html Css Color HEX #547898 Kashmir Blue

📋 copy color: '#547898'

red 84 ◦ green 120 ◦ blue 152

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

Shades of Kashmir Blue #547898

Tints of Kashmir Blue #547898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

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

R = 23.6%
G = 33.71%
B = 42.7%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#547898 (or 0x547898) is known color: Kashmir Blue. HEX triplet: 54, 78 and 98. RGB value is (84,120,152). Sum of RGB (Red+Green+Blue) = 84+120+152=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #547898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547898 is #AB8767. Grayscale: #707070. Windows color (decimal): -11241320 or 9992276. OLE color: 9992276.

HSL color Cylindrical-coordinate representation of color #547898: hue angle of 208.24º 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 #547898 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 120 152 -
CMYK 0.45 0.21 0 0.40
HSL 208.24º 0.29% 0.46% -
HSV(B) 208.24º 0.45% 0.6% -
XYZ 16.04 17.58 32.25 -
YUV 112.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 84 120 152 0.45 0.21 0 0.40 208.24 0.29 0.46
Hex 54 78 98 2D 15 0 28 D0 1D 2E
Octal 124 170 230 55 25 0 50 320 35 56
Binary 1010100 1111000 10011000 101101 10101 0 101000 11010000 11101 101110

Color Harmonies of #547898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547898

Black with #547898

Text Example


Text Example

White with #547898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547898; }

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

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

background-color css

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

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

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

border-color css

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

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

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