Html Css Color HEX #5B759A Waikawa Grey

📋 copy color: '#5B759A'

red 91 ◦ green 117 ◦ blue 154

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

Shades of Waikawa Grey #5B759A

Tints of Waikawa Grey #5B759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 25.14%
G = 32.32%
B = 42.54%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B759A (or 0x5B759A) is known color: Waikawa Grey. HEX triplet: 5B, 75 and 9A. RGB value is (91,117,154). Sum of RGB (Red+Green+Blue) = 91+117+154=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B759A is #A48A65. Grayscale: #717171. Windows color (decimal): -10783334 or 10122587. OLE color: 10122587.

HSL color Cylindrical-coordinate representation of color #5B759A: hue angle of 215.24º 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 #5B759A is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 117 154 -
CMYK 0.41 0.24 0 0.40
HSL 215.24º 0.26% 0.48% -
HSV(B) 215.24º 0.41% 0.6% -
XYZ 16.51 17.28 33.04 -
YUV 113.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 91 117 154 0.41 0.24 0 0.40 215.24 0.26 0.48
Hex 5B 75 9A 29 18 0 28 D7 1A 30
Octal 133 165 232 51 30 0 50 327 32 60
Binary 1011011 1110101 10011010 101001 11000 0 101000 11010111 11010 110000

Color Harmonies of #5B759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B759A

Black with #5B759A

Text Example


Text Example

White with #5B759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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