Html Css Color HEX #5C738D Kashmir Blue

📋 copy color: '#5C738D'

red 92 ◦ green 115 ◦ blue 141

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

Shades of Kashmir Blue #5C738D

Tints of Kashmir Blue #5C738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 26.44%
G = 33.05%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C738D (or 0x5C738D) is known color: Kashmir Blue. HEX triplet: 5C, 73 and 8D. RGB value is (92,115,141). Sum of RGB (Red+Green+Blue) = 92+115+141=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C738D is #A38C72. Grayscale: #6E6E6E. Windows color (decimal): -10718323 or 9270108. OLE color: 9270108.

HSL color Cylindrical-coordinate representation of color #5C738D: hue angle of 211.84º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C738D is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 115 141 -
CMYK 0.35 0.18 0 0.45
HSL 211.84º 0.21% 0.46% -
HSV(B) 211.84º 0.35% 0.55% -
XYZ 15.35 16.46 27.57 -
YUV 111.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 92 115 141 0.35 0.18 0 0.45 211.84 0.21 0.46
Hex 5C 73 8D 23 12 0 2D D4 15 2E
Octal 134 163 215 43 22 0 55 324 25 56
Binary 1011100 1110011 10001101 100011 10010 0 101101 11010100 10101 101110

Color Harmonies of #5C738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C738D

Black with #5C738D

Text Example


Text Example

White with #5C738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,141); }

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

background-color css

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

 a { background-color: rgb(92,115,141); }

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

border-color css

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

 span { border-color: rgb(92,115,141); }

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