Html Css Color HEX #54647F Kashmir Blue

📋 copy color: '#54647F'

red 84 ◦ green 100 ◦ blue 127

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

Shades of Kashmir Blue #54647F

Tints of Kashmir Blue #54647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 27.01%
G = 32.15%
B = 40.84%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54647F (or 0x54647F) is known color: Kashmir Blue. HEX triplet: 54, 64 and 7F. RGB value is (84,100,127). Sum of RGB (Red+Green+Blue) = 84+100+127=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #54647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54647F is #AB9B80. Grayscale: #626262. Windows color (decimal): -11246465 or 8348756. OLE color: 8348756.

HSL color Cylindrical-coordinate representation of color #54647F: hue angle of 217.67º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54647F is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 100 127 -
CMYK 0.34 0.21 0 0.50
HSL 217.67º 0.2% 0.41% -
HSV(B) 217.67º 0.34% 0.5% -
XYZ 12.04 12.53 21.86 -
YUV 98.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 84 100 127 0.34 0.21 0 0.50 217.67 0.2 0.41
Hex 54 64 7F 22 15 0 32 DA 14 29
Octal 124 144 177 42 25 0 62 332 24 51
Binary 1010100 1100100 1111111 100010 10101 0 110010 11011010 10100 101001

Color Harmonies of #54647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54647F

Black with #54647F

Text Example


Text Example

White with #54647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54647F; }

 p { color: rgb(84,100,127); }

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

background-color css

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

 a { background-color: rgb(84,100,127); }

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

border-color css

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

 span { border-color: rgb(84,100,127); }

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