Html Css Color HEX #55748F Kashmir Blue

📋 copy color: '#55748F'

red 85 ◦ green 116 ◦ blue 143

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

Shades of Kashmir Blue #55748F

Tints of Kashmir Blue #55748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 24.71%
G = 33.72%
B = 41.57%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55748F (or 0x55748F) is known color: Kashmir Blue. HEX triplet: 55, 74 and 8F. RGB value is (85,116,143). Sum of RGB (Red+Green+Blue) = 85+116+143=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #55748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55748F is #AA8B70. Grayscale: #6D6D6D. Windows color (decimal): -11176817 or 9401429. OLE color: 9401429.

HSL color Cylindrical-coordinate representation of color #55748F: hue angle of 207.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55748F is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 116 143 -
CMYK 0.41 0.19 0 0.44
HSL 207.93º 0.25% 0.45% -
HSV(B) 207.93º 0.41% 0.56% -
XYZ 14.95 16.41 28.37 -
YUV 109.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 85 116 143 0.41 0.19 0 0.44 207.93 0.25 0.45
Hex 55 74 8F 29 13 0 2C D0 19 2D
Octal 125 164 217 51 23 0 54 320 31 55
Binary 1010101 1110100 10001111 101001 10011 0 101100 11010000 11001 101101

Color Harmonies of #55748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55748F

Black with #55748F

Text Example


Text Example

White with #55748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,116,143); }

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

background-color css

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

 a { background-color: rgb(85,116,143); }

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

border-color css

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

 span { border-color: rgb(85,116,143); }

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