Html Css Color HEX #5B7493 Waikawa Grey

📋 copy color: '#5B7493'

red 91 ◦ green 116 ◦ blue 147

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

Shades of Waikawa Grey #5B7493

Tints of Waikawa Grey #5B7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 25.71%
G = 32.77%
B = 41.53%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B7493 (or 0x5B7493) is known color: Waikawa Grey. HEX triplet: 5B, 74 and 93. RGB value is (91,116,147). Sum of RGB (Red+Green+Blue) = 91+116+147=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B7493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7493 is #A48B6C. Grayscale: #6F6F6F. Windows color (decimal): -10783597 or 9663579. OLE color: 9663579.

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

Color convert

RGB 91 116 147 -
CMYK 0.38 0.21 0 0.42
HSL 213.21º 0.24% 0.47% -
HSV(B) 213.21º 0.38% 0.58% -
XYZ 15.83 16.82 30.02 -
YUV 112.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 91 116 147 0.38 0.21 0 0.42 213.21 0.24 0.47
Hex 5B 74 93 26 15 0 2A D5 18 2F
Octal 133 164 223 46 25 0 52 325 30 57
Binary 1011011 1110100 10010011 100110 10101 0 101010 11010101 11000 101111

Color Harmonies of #5B7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7493

Black with #5B7493

Text Example


Text Example

White with #5B7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,116,147); }

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

background-color css

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

 a { background-color: rgb(91,116,147); }

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

border-color css

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

 span { border-color: rgb(91,116,147); }

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