Html Css Color HEX #5C7187 Kashmir Blue

📋 copy color: '#5C7187'

red 92 ◦ green 113 ◦ blue 135

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

Shades of Kashmir Blue #5C7187

Tints of Kashmir Blue #5C7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 135 (53.13% from 255) = 39.71%

R = 27.06%
G = 33.24%
B = 39.71%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C7187 (or 0x5C7187) is known color: Kashmir Blue. HEX triplet: 5C, 71 and 87. RGB value is (92,113,135). Sum of RGB (Red+Green+Blue) = 92+113+135=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7187 is #A38E78. Grayscale: #6D6D6D. Windows color (decimal): -10718841 or 8876380. OLE color: 8876380.

HSL color Cylindrical-coordinate representation of color #5C7187: hue angle of 210.7º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C7187 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 113 135 -
CMYK 0.32 0.16 0 0.47
HSL 210.7º 0.19% 0.45% -
HSV(B) 210.7º 0.32% 0.53% -
XYZ 14.69 15.83 25.2 -
YUV 109.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 92 113 135 0.32 0.16 0 0.47 210.7 0.19 0.45
Hex 5C 71 87 20 10 0 2F D3 13 2D
Octal 134 161 207 40 20 0 57 323 23 55
Binary 1011100 1110001 10000111 100000 10000 0 101111 11010011 10011 101101

Color Harmonies of #5C7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7187

Black with #5C7187

Text Example


Text Example

White with #5C7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,135); }

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

background-color css

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

 a { background-color: rgb(92,113,135); }

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

border-color css

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

 span { border-color: rgb(92,113,135); }

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