Html Css Color HEX #5B6593 Waikawa Grey

📋 copy color: '#5B6593'

red 91 ◦ green 101 ◦ blue 147

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

Shades of Waikawa Grey #5B6593

Tints of Waikawa Grey #5B6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 26.84%
G = 29.79%
B = 43.36%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B6593 (or 0x5B6593) is known color: Waikawa Grey. HEX triplet: 5B, 65 and 93. RGB value is (91,101,147). Sum of RGB (Red+Green+Blue) = 91+101+147=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B6593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6593 is #A49A6C. Grayscale: #676767. Windows color (decimal): -10787437 or 9659739. OLE color: 9659739.

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

Color convert

RGB 91 101 147 -
CMYK 0.38 0.31 0 0.42
HSL 229.29º 0.24% 0.47% -
HSV(B) 229.29º 0.38% 0.58% -
XYZ 14.23 13.64 29.49 -
YUV 103.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 91 101 147 0.38 0.31 0 0.42 229.29 0.24 0.47
Hex 5B 65 93 26 1F 0 2A E5 18 2F
Octal 133 145 223 46 37 0 52 345 30 57
Binary 1011011 1100101 10010011 100110 11111 0 101010 11100101 11000 101111

Color Harmonies of #5B6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6593

Black with #5B6593

Text Example


Text Example

White with #5B6593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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