Html Css Color HEX #5B698E Waikawa Grey

📋 copy color: '#5B698E'

red 91 ◦ green 105 ◦ blue 142

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

Shades of Waikawa Grey #5B698E

Tints of Waikawa Grey #5B698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 26.92%
G = 31.07%
B = 42.01%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B698E (or 0x5B698E) is known color: Waikawa Grey. HEX triplet: 5B, 69 and 8E. RGB value is (91,105,142). Sum of RGB (Red+Green+Blue) = 91+105+142=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B698E is #A49671. Grayscale: #686868. Windows color (decimal): -10786418 or 9333083. OLE color: 9333083.

HSL color Cylindrical-coordinate representation of color #5B698E: hue angle of 223.53º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B698E is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 105 142 -
CMYK 0.36 0.26 0 0.44
HSL 223.53º 0.22% 0.46% -
HSV(B) 223.53º 0.36% 0.56% -
XYZ 14.25 14.28 27.6 -
YUV 105.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 91 105 142 0.36 0.26 0 0.44 223.53 0.22 0.46
Hex 5B 69 8E 24 1A 0 2C E0 16 2E
Octal 133 151 216 44 32 0 54 340 26 56
Binary 1011011 1101001 10001110 100100 11010 0 101100 11100000 10110 101110

Color Harmonies of #5B698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B698E

Black with #5B698E

Text Example


Text Example

White with #5B698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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