Html Css Color HEX #5C7390 Kashmir Blue

📋 copy color: '#5C7390'

red 92 ◦ green 115 ◦ blue 144

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

Shades of Kashmir Blue #5C7390

Tints of Kashmir Blue #5C7390

RGB

 RED value IS 92 (36.33% from 255) = 26.21%

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 26.21%
G = 32.76%
B = 41.03%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C7390 (or 0x5C7390) is known color: Kashmir Blue. HEX triplet: 5C, 73 and 90. RGB value is (92,115,144). Sum of RGB (Red+Green+Blue) = 92+115+144=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7390 is #A38C6F. Grayscale: #6F6F6F. Windows color (decimal): -10718320 or 9466716. OLE color: 9466716.

HSL color Cylindrical-coordinate representation of color #5C7390: hue angle of 213.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C7390 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 115 144 -
CMYK 0.36 0.20 0 0.44
HSL 213.46º 0.22% 0.46% -
HSV(B) 213.46º 0.36% 0.56% -
XYZ 15.58 16.55 28.76 -
YUV 111.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 92 115 144 0.36 0.20 0 0.44 213.46 0.22 0.46
Hex 5C 73 90 24 14 0 2C D5 16 2E
Octal 134 163 220 44 24 0 54 325 26 56
Binary 1011100 1110011 10010000 100100 10100 0 101100 11010101 10110 101110

Color Harmonies of #5C7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7390

Black with #5C7390

Text Example


Text Example

White with #5C7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7390; }

 p { color: rgb(92,115,144); }

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

background-color css

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

 a { background-color: rgb(92,115,144); }

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

border-color css

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

 span { border-color: rgb(92,115,144); }

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