Html Css Color HEX #5B6A93 Waikawa Grey

📋 copy color: '#5B6A93'

red 91 ◦ green 106 ◦ blue 147

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

Shades of Waikawa Grey #5B6A93

Tints of Waikawa Grey #5B6A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

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

R = 26.45%
G = 30.81%
B = 42.73%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B6A93 (or 0x5B6A93) is known color: Waikawa Grey. HEX triplet: 5B, 6A and 93. RGB value is (91,106,147). Sum of RGB (Red+Green+Blue) = 91+106+147=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B6A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6A93 is #A4956C. Grayscale: #6A6A6A. Windows color (decimal): -10786157 or 9661019. OLE color: 9661019.

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

Color convert

RGB 91 106 147 -
CMYK 0.38 0.28 0 0.42
HSL 223.93º 0.24% 0.47% -
HSV(B) 223.93º 0.38% 0.58% -
XYZ 14.73 14.64 29.65 -
YUV 106.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 91 106 147 0.38 0.28 0 0.42 223.93 0.24 0.47
Hex 5B 6A 93 26 1C 0 2A E0 18 2F
Octal 133 152 223 46 34 0 52 340 30 57
Binary 1011011 1101010 10010011 100110 11100 0 101010 11100000 11000 101111

Color Harmonies of #5B6A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6A93

Black with #5B6A93

Text Example


Text Example

White with #5B6A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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