Html Css Color HEX #557994 Kashmir Blue

📋 copy color: '#557994'

red 85 ◦ green 121 ◦ blue 148

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

Shades of Kashmir Blue #557994

Tints of Kashmir Blue #557994

RGB

 RED value IS 85 (33.59% from 255) = 24.01%

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

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 24.01%
G = 34.18%
B = 41.81%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557994 (or 0x557994) is known color: Kashmir Blue. HEX triplet: 55, 79 and 94. RGB value is (85,121,148). Sum of RGB (Red+Green+Blue) = 85+121+148=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #557994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557994 is #AA866B. Grayscale: #717171. Windows color (decimal): -11175532 or 9730389. OLE color: 9730389.

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

Color convert

RGB 85 121 148 -
CMYK 0.43 0.18 0 0.42
HSL 205.71º 0.27% 0.46% -
HSV(B) 205.71º 0.43% 0.58% -
XYZ 15.93 17.74 30.6 -
YUV 113.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 85 121 148 0.43 0.18 0 0.42 205.71 0.27 0.46
Hex 55 79 94 2B 12 0 2A CE 1B 2E
Octal 125 171 224 53 22 0 52 316 33 56
Binary 1010101 1111001 10010100 101011 10010 0 101010 11001110 11011 101110

Color Harmonies of #557994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557994

Black with #557994

Text Example


Text Example

White with #557994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557994; }

 p { color: rgb(85,121,148); }

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

background-color css

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

 a { background-color: rgb(85,121,148); }

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

border-color css

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

 span { border-color: rgb(85,121,148); }

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