Html Css Color HEX #5C7791 Kashmir Blue

📋 copy color: '#5C7791'

red 92 ◦ green 119 ◦ blue 145

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

Shades of Kashmir Blue #5C7791

Tints of Kashmir Blue #5C7791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 25.84%
G = 33.43%
B = 40.73%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C7791 (or 0x5C7791) is known color: Kashmir Blue. HEX triplet: 5C, 77 and 91. RGB value is (92,119,145). Sum of RGB (Red+Green+Blue) = 92+119+145=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7791 is #A3886E. Grayscale: #717171. Windows color (decimal): -10717295 or 9533276. OLE color: 9533276.

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

Color convert

RGB 92 119 145 -
CMYK 0.37 0.18 0 0.43
HSL 209.43º 0.22% 0.46% -
HSV(B) 209.43º 0.37% 0.57% -
XYZ 16.12 17.51 29.32 -
YUV 113.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 92 119 145 0.37 0.18 0 0.43 209.43 0.22 0.46
Hex 5C 77 91 25 12 0 2B D1 16 2E
Octal 134 167 221 45 22 0 53 321 26 56
Binary 1011100 1110111 10010001 100101 10010 0 101011 11010001 10110 101110

Color Harmonies of #5C7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7791

Black with #5C7791

Text Example


Text Example

White with #5C7791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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