Html Css Color HEX #5B7795 Kashmir Blue

📋 copy color: '#5B7795'

red 91 ◦ green 119 ◦ blue 149

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

Shades of Kashmir Blue #5B7795

Tints of Kashmir Blue #5B7795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 25.35%
G = 33.15%
B = 41.5%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B7795 (or 0x5B7795) is known color: Kashmir Blue. HEX triplet: 5B, 77 and 95. RGB value is (91,119,149). Sum of RGB (Red+Green+Blue) = 91+119+149=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B7795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7795 is #A4886A. Grayscale: #717171. Windows color (decimal): -10782827 or 9795419. OLE color: 9795419.

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

Color convert

RGB 91 119 149 -
CMYK 0.39 0.20 0 0.42
HSL 211.03º 0.24% 0.47% -
HSV(B) 211.03º 0.39% 0.58% -
XYZ 16.34 17.59 30.97 -
YUV 114.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 91 119 149 0.39 0.20 0 0.42 211.03 0.24 0.47
Hex 5B 77 95 27 14 0 2A D3 18 2F
Octal 133 167 225 47 24 0 52 323 30 57
Binary 1011011 1110111 10010101 100111 10100 0 101010 11010011 11000 101111

Color Harmonies of #5B7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7795

Black with #5B7795

Text Example


Text Example

White with #5B7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,149); }

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

background-color css

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

 a { background-color: rgb(91,119,149); }

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

border-color css

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

 span { border-color: rgb(91,119,149); }

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