Html Css Color HEX #5B6E93 Waikawa Grey

📋 copy color: '#5B6E93'

red 91 ◦ green 110 ◦ blue 147

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

Shades of Waikawa Grey #5B6E93

Tints of Waikawa Grey #5B6E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 26.15%
G = 31.61%
B = 42.24%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B6E93 (or 0x5B6E93) is known color: Waikawa Grey. HEX triplet: 5B, 6E and 93. RGB value is (91,110,147). Sum of RGB (Red+Green+Blue) = 91+110+147=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B6E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6E93 is #A4916C. Grayscale: #6C6C6C. Windows color (decimal): -10785133 or 9662043. OLE color: 9662043.

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

Color convert

RGB 91 110 147 -
CMYK 0.38 0.25 0 0.42
HSL 219.64º 0.24% 0.47% -
HSV(B) 219.64º 0.38% 0.58% -
XYZ 15.16 15.48 29.79 -
YUV 108.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 91 110 147 0.38 0.25 0 0.42 219.64 0.24 0.47
Hex 5B 6E 93 26 19 0 2A DC 18 2F
Octal 133 156 223 46 31 0 52 334 30 57
Binary 1011011 1101110 10010011 100110 11001 0 101010 11011100 11000 101111

Color Harmonies of #5B6E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6E93

Black with #5B6E93

Text Example


Text Example

White with #5B6E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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