Html Css Color HEX #5C7993 Kashmir Blue

📋 copy color: '#5C7993'

red 92 ◦ green 121 ◦ blue 147

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

Shades of Kashmir Blue #5C7993

Tints of Kashmir Blue #5C7993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 25.56%
G = 33.61%
B = 40.83%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C7993 (or 0x5C7993) is known color: Kashmir Blue. HEX triplet: 5C, 79 and 93. RGB value is (92,121,147). Sum of RGB (Red+Green+Blue) = 92+121+147=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C7993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7993 is #A3866C. Grayscale: #737373. Windows color (decimal): -10716781 or 9664860. OLE color: 9664860.

HSL color Cylindrical-coordinate representation of color #5C7993: hue angle of 208.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7993 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 121 147 -
CMYK 0.37 0.18 0 0.42
HSL 208.36º 0.23% 0.47% -
HSV(B) 208.36º 0.37% 0.58% -
XYZ 16.52 18.06 30.22 -
YUV 115.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 92 121 147 0.37 0.18 0 0.42 208.36 0.23 0.47
Hex 5C 79 93 25 12 0 2A D0 17 2F
Octal 134 171 223 45 22 0 52 320 27 57
Binary 1011100 1111001 10010011 100101 10010 0 101010 11010000 10111 101111

Color Harmonies of #5C7993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7993

Black with #5C7993

Text Example


Text Example

White with #5C7993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,121,147); }

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

background-color css

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

 a { background-color: rgb(92,121,147); }

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

border-color css

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

 span { border-color: rgb(92,121,147); }

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