Html Css Color HEX #5B7197 Waikawa Grey

📋 copy color: '#5B7197'

red 91 ◦ green 113 ◦ blue 151

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

Shades of Waikawa Grey #5B7197

Tints of Waikawa Grey #5B7197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 25.63%
G = 31.83%
B = 42.54%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B7197 (or 0x5B7197) is known color: Waikawa Grey. HEX triplet: 5B, 71 and 97. RGB value is (91,113,151). Sum of RGB (Red+Green+Blue) = 91+113+151=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B7197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7197 is #A48E68. Grayscale: #6E6E6E. Windows color (decimal): -10784361 or 9924955. OLE color: 9924955.

HSL color Cylindrical-coordinate representation of color #5B7197: hue angle of 218º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B7197 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 113 151 -
CMYK 0.40 0.25 0 0.41
HSL 218º 0.25% 0.47% -
HSV(B) 218º 0.4% 0.59% -
XYZ 15.81 16.27 31.59 -
YUV 110.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 91 113 151 0.40 0.25 0 0.41 218 0.25 0.47
Hex 5B 71 97 28 19 0 29 DA 19 2F
Octal 133 161 227 50 31 0 51 332 31 57
Binary 1011011 1110001 10010111 101000 11001 0 101001 11011010 11001 101111

Color Harmonies of #5B7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7197

Black with #5B7197

Text Example


Text Example

White with #5B7197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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