Html Css Color HEX #5B738E Kashmir Blue

📋 copy color: '#5B738E'

red 91 ◦ green 115 ◦ blue 142

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

Shades of Kashmir Blue #5B738E

Tints of Kashmir Blue #5B738E

RGB

 RED value IS 91 (35.94% from 255) = 26.15%

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 26.15%
G = 33.05%
B = 40.8%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B738E (or 0x5B738E) is known color: Kashmir Blue. HEX triplet: 5B, 73 and 8E. RGB value is (91,115,142). Sum of RGB (Red+Green+Blue) = 91+115+142=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B738E is #A48C71. Grayscale: #6E6E6E. Windows color (decimal): -10783858 or 9335643. OLE color: 9335643.

HSL color Cylindrical-coordinate representation of color #5B738E: hue angle of 211.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B738E is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 115 142 -
CMYK 0.36 0.19 0 0.44
HSL 211.76º 0.22% 0.46% -
HSV(B) 211.76º 0.36% 0.56% -
XYZ 15.33 16.44 27.96 -
YUV 110.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 91 115 142 0.36 0.19 0 0.44 211.76 0.22 0.46
Hex 5B 73 8E 24 13 0 2C D4 16 2E
Octal 133 163 216 44 23 0 54 324 26 56
Binary 1011011 1110011 10001110 100100 10011 0 101100 11010100 10110 101110

Color Harmonies of #5B738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B738E

Black with #5B738E

Text Example


Text Example

White with #5B738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,115,142); }

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

background-color css

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

 a { background-color: rgb(91,115,142); }

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

border-color css

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

 span { border-color: rgb(91,115,142); }

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