Html Css Color HEX #5B7188 Kashmir Blue

📋 copy color: '#5B7188'

red 91 ◦ green 113 ◦ blue 136

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

Shades of Kashmir Blue #5B7188

Tints of Kashmir Blue #5B7188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 26.76%
G = 33.24%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B7188 (or 0x5B7188) is known color: Kashmir Blue. HEX triplet: 5B, 71 and 88. RGB value is (91,113,136). Sum of RGB (Red+Green+Blue) = 91+113+136=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7188 is #A48E77. Grayscale: #6C6C6C. Windows color (decimal): -10784376 or 8941915. OLE color: 8941915.

HSL color Cylindrical-coordinate representation of color #5B7188: hue angle of 210.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B7188 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 113 136 -
CMYK 0.33 0.17 0 0.47
HSL 210.67º 0.2% 0.45% -
HSV(B) 210.67º 0.33% 0.53% -
XYZ 14.66 15.81 25.57 -
YUV 109.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 91 113 136 0.33 0.17 0 0.47 210.67 0.2 0.45
Hex 5B 71 88 21 11 0 2F D3 14 2D
Octal 133 161 210 41 21 0 57 323 24 55
Binary 1011011 1110001 10001000 100001 10001 0 101111 11010011 10100 101101

Color Harmonies of #5B7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7188

Black with #5B7188

Text Example


Text Example

White with #5B7188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,113,136); }

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

background-color css

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

 a { background-color: rgb(91,113,136); }

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

border-color css

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

 span { border-color: rgb(91,113,136); }

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