Html Css Color HEX #547597 Kashmir Blue

📋 copy color: '#547597'

red 84 ◦ green 117 ◦ blue 151

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

Shades of Kashmir Blue #547597

Tints of Kashmir Blue #547597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 23.86%
G = 33.24%
B = 42.9%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#547597 (or 0x547597) is known color: Kashmir Blue. HEX triplet: 54, 75 and 97. RGB value is (84,117,151). Sum of RGB (Red+Green+Blue) = 84+117+151=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #547597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547597 is #AB8A68. Grayscale: #6E6E6E. Windows color (decimal): -11242089 or 9925972. OLE color: 9925972.

HSL color Cylindrical-coordinate representation of color #547597: hue angle of 210.45º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #547597 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 117 151 -
CMYK 0.44 0.23 0 0.41
HSL 210.45º 0.29% 0.46% -
HSV(B) 210.45º 0.44% 0.59% -
XYZ 15.6 16.84 31.71 -
YUV 111.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 84 117 151 0.44 0.23 0 0.41 210.45 0.29 0.46
Hex 54 75 97 2C 17 0 29 D2 1D 2E
Octal 124 165 227 54 27 0 51 322 35 56
Binary 1010100 1110101 10010111 101100 10111 0 101001 11010010 11101 101110

Color Harmonies of #547597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547597

Black with #547597

Text Example


Text Example

White with #547597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547597; }

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

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

background-color css

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

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

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

border-color css

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

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

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