Html Css Color HEX #5B7192 Waikawa Grey

📋 copy color: '#5B7192'

red 91 ◦ green 113 ◦ blue 146

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

Shades of Waikawa Grey #5B7192

Tints of Waikawa Grey #5B7192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 26%
G = 32.29%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B7192 (or 0x5B7192) is known color: Waikawa Grey. HEX triplet: 5B, 71 and 92. RGB value is (91,113,146). Sum of RGB (Red+Green+Blue) = 91+113+146=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B7192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7192 is #A48E6D. Grayscale: #6E6E6E. Windows color (decimal): -10784366 or 9597275. OLE color: 9597275.

HSL color Cylindrical-coordinate representation of color #5B7192: hue angle of 216º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B7192 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 113 146 -
CMYK 0.38 0.23 0 0.43
HSL 216º 0.23% 0.46% -
HSV(B) 216º 0.38% 0.57% -
XYZ 15.41 16.11 29.49 -
YUV 110.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 91 113 146 0.38 0.23 0 0.43 216 0.23 0.46
Hex 5B 71 92 26 17 0 2B D8 17 2E
Octal 133 161 222 46 27 0 53 330 27 56
Binary 1011011 1110001 10010010 100110 10111 0 101011 11011000 10111 101110

Color Harmonies of #5B7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7192

Black with #5B7192

Text Example


Text Example

White with #5B7192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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