Html Css Color HEX #5B7392 Waikawa Grey

📋 copy color: '#5B7392'

red 91 ◦ green 115 ◦ blue 146

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

Shades of Waikawa Grey #5B7392

Tints of Waikawa Grey #5B7392

RGB

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

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

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

R = 25.85%
G = 32.67%
B = 41.48%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B7392 (or 0x5B7392) is known color: Waikawa Grey. HEX triplet: 5B, 73 and 92. RGB value is (91,115,146). Sum of RGB (Red+Green+Blue) = 91+115+146=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7392 is #A48C6D. Grayscale: #6F6F6F. Windows color (decimal): -10783854 or 9597787. OLE color: 9597787.

HSL color Cylindrical-coordinate representation of color #5B7392: hue angle of 213.82º 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 #5B7392 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 115 146 -
CMYK 0.38 0.21 0 0.43
HSL 213.82º 0.23% 0.46% -
HSV(B) 213.82º 0.38% 0.57% -
XYZ 15.63 16.56 29.57 -
YUV 111.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 91 115 146 0.38 0.21 0 0.43 213.82 0.23 0.46
Hex 5B 73 92 26 15 0 2B D6 17 2E
Octal 133 163 222 46 25 0 53 326 27 56
Binary 1011011 1110011 10010010 100110 10101 0 101011 11010110 10111 101110

Color Harmonies of #5B7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7392

Black with #5B7392

Text Example


Text Example

White with #5B7392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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