Html Css Color HEX #5B6992 Waikawa Grey

📋 copy color: '#5B6992'

red 91 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #5B6992

Tints of Waikawa Grey #5B6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 26.61%
G = 30.7%
B = 42.69%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B6992 (or 0x5B6992) is known color: Waikawa Grey. HEX triplet: 5B, 69 and 92. RGB value is (91,105,146). Sum of RGB (Red+Green+Blue) = 91+105+146=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6992 is #A4966D. Grayscale: #696969. Windows color (decimal): -10786414 or 9595227. OLE color: 9595227.

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

Color convert

RGB 91 105 146 -
CMYK 0.38 0.28 0 0.43
HSL 224.73º 0.23% 0.46% -
HSV(B) 224.73º 0.38% 0.57% -
XYZ 14.55 14.4 29.21 -
YUV 105.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 91 105 146 0.38 0.28 0 0.43 224.73 0.23 0.46
Hex 5B 69 92 26 1C 0 2B E1 17 2E
Octal 133 151 222 46 34 0 53 341 27 56
Binary 1011011 1101001 10010010 100110 11100 0 101011 11100001 10111 101110

Color Harmonies of #5B6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6992

Black with #5B6992

Text Example


Text Example

White with #5B6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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