Html Css Color HEX #547792 Kashmir Blue

📋 copy color: '#547792'

red 84 ◦ green 119 ◦ blue 146

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

Shades of Kashmir Blue #547792

Tints of Kashmir Blue #547792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 24.07%
G = 34.1%
B = 41.83%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547792 (or 0x547792) is known color: Kashmir Blue. HEX triplet: 54, 77 and 92. RGB value is (84,119,146). Sum of RGB (Red+Green+Blue) = 84+119+146=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #547792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547792 is #AB886D. Grayscale: #6F6F6F. Windows color (decimal): -11241582 or 9598804. OLE color: 9598804.

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

Color convert

RGB 84 119 146 -
CMYK 0.42 0.18 0 0.43
HSL 206.13º 0.27% 0.45% -
HSV(B) 206.13º 0.42% 0.57% -
XYZ 15.44 17.15 29.69 -
YUV 111.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 84 119 146 0.42 0.18 0 0.43 206.13 0.27 0.45
Hex 54 77 92 2A 12 0 2B CE 1B 2D
Octal 124 167 222 52 22 0 53 316 33 55
Binary 1010100 1110111 10010010 101010 10010 0 101011 11001110 11011 101101

Color Harmonies of #547792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547792

Black with #547792

Text Example


Text Example

White with #547792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547792; }

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

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

background-color css

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

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

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

border-color css

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

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

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