Html Css Color HEX #557A95 Kashmir Blue

📋 copy color: '#557A95'

red 85 ◦ green 122 ◦ blue 149

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

Shades of Kashmir Blue #557A95

Tints of Kashmir Blue #557A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 23.88%
G = 34.27%
B = 41.85%

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

#557A95 (or 0x557A95) is known color: Kashmir Blue. HEX triplet: 55, 7A and 95. RGB value is (85,122,149). Sum of RGB (Red+Green+Blue) = 85+122+149=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #557A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A95 is #AA856A. Grayscale: #717171. Windows color (decimal): -11175275 or 9796181. OLE color: 9796181.

HSL color Cylindrical-coordinate representation of color #557A95: hue angle of 205.31º 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 #557A95 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 122 149 -
CMYK 0.43 0.18 0 0.42
HSL 205.31º 0.27% 0.46% -
HSV(B) 205.31º 0.43% 0.58% -
XYZ 16.13 18.02 31.06 -
YUV 114.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 85 122 149 0.43 0.18 0 0.42 205.31 0.27 0.46
Hex 55 7A 95 2B 12 0 2A CD 1B 2E
Octal 125 172 225 53 22 0 52 315 33 56
Binary 1010101 1111010 10010101 101011 10010 0 101010 11001101 11011 101110

Color Harmonies of #557A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A95

Black with #557A95

Text Example


Text Example

White with #557A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A95; }

 p { color: rgb(85,122,149); }

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

background-color css

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

 a { background-color: rgb(85,122,149); }

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

border-color css

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

 span { border-color: rgb(85,122,149); }

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