Html Css Color HEX #5C7591 Kashmir Blue

📋 copy color: '#5C7591'

red 92 ◦ green 117 ◦ blue 145

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

Shades of Kashmir Blue #5C7591

Tints of Kashmir Blue #5C7591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 25.99%
G = 33.05%
B = 40.96%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C7591 (or 0x5C7591) is known color: Kashmir Blue. HEX triplet: 5C, 75 and 91. RGB value is (92,117,145). Sum of RGB (Red+Green+Blue) = 92+117+145=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C7591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7591 is #A38A6E. Grayscale: #707070. Windows color (decimal): -10717807 or 9532764. OLE color: 9532764.

HSL color Cylindrical-coordinate representation of color #5C7591: hue angle of 211.7º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7591 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 117 145 -
CMYK 0.37 0.19 0 0.43
HSL 211.7º 0.22% 0.46% -
HSV(B) 211.7º 0.37% 0.57% -
XYZ 15.89 17.04 29.24 -
YUV 112.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 92 117 145 0.37 0.19 0 0.43 211.7 0.22 0.46
Hex 5C 75 91 25 13 0 2B D4 16 2E
Octal 134 165 221 45 23 0 53 324 26 56
Binary 1011100 1110101 10010001 100101 10011 0 101011 11010100 10110 101110

Color Harmonies of #5C7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7591

Black with #5C7591

Text Example


Text Example

White with #5C7591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,145); }

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

background-color css

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

 a { background-color: rgb(92,117,145); }

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

border-color css

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

 span { border-color: rgb(92,117,145); }

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