Html Css Color HEX #5B699A Waikawa Grey

📋 copy color: '#5B699A'

red 91 ◦ green 105 ◦ blue 154

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

Shades of Waikawa Grey #5B699A

Tints of Waikawa Grey #5B699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44%

R = 26%
G = 30%
B = 44%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B699A (or 0x5B699A) is known color: Waikawa Grey. HEX triplet: 5B, 69 and 9A. RGB value is (91,105,154). Sum of RGB (Red+Green+Blue) = 91+105+154=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B699A is #A49665. Grayscale: #6A6A6A. Windows color (decimal): -10786406 or 10119515. OLE color: 10119515.

HSL color Cylindrical-coordinate representation of color #5B699A: hue angle of 226.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B699A is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 105 154 -
CMYK 0.41 0.32 0 0.40
HSL 226.67º 0.26% 0.48% -
HSV(B) 226.67º 0.41% 0.6% -
XYZ 15.2 14.66 32.6 -
YUV 106.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 91 105 154 0.41 0.32 0 0.40 226.67 0.26 0.48
Hex 5B 69 9A 29 20 0 28 E3 1A 30
Octal 133 151 232 51 40 0 50 343 32 60
Binary 1011011 1101001 10011010 101001 100000 0 101000 11100011 11010 110000

Color Harmonies of #5B699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B699A

Black with #5B699A

Text Example


Text Example

White with #5B699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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