Html Css Color HEX #5C7892 Kashmir Blue

📋 copy color: '#5C7892'

red 92 ◦ green 120 ◦ blue 146

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

Shades of Kashmir Blue #5C7892

Tints of Kashmir Blue #5C7892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 25.7%
G = 33.52%
B = 40.78%

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

#5C7892 (or 0x5C7892) is known color: Kashmir Blue. HEX triplet: 5C, 78 and 92. RGB value is (92,120,146). Sum of RGB (Red+Green+Blue) = 92+120+146=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C7892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7892 is #A3876D. Grayscale: #727272. Windows color (decimal): -10717038 or 9599068. OLE color: 9599068.

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

Color convert

RGB 92 120 146 -
CMYK 0.37 0.18 0 0.43
HSL 208.89º 0.23% 0.47% -
HSV(B) 208.89º 0.37% 0.57% -
XYZ 16.32 17.78 29.77 -
YUV 114.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 92 120 146 0.37 0.18 0 0.43 208.89 0.23 0.47
Hex 5C 78 92 25 12 0 2B D1 17 2F
Octal 134 170 222 45 22 0 53 321 27 57
Binary 1011100 1111000 10010010 100101 10010 0 101011 11010001 10111 101111

Color Harmonies of #5C7892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7892

Black with #5C7892

Text Example


Text Example

White with #5C7892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,120,146); }

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

background-color css

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

 a { background-color: rgb(92,120,146); }

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

border-color css

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

 span { border-color: rgb(92,120,146); }

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