Html Css Color HEX #5B6D97 Waikawa Grey

📋 copy color: '#5B6D97'

red 91 ◦ green 109 ◦ blue 151

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

Shades of Waikawa Grey #5B6D97

Tints of Waikawa Grey #5B6D97

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 25.93%
G = 31.05%
B = 43.02%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B6D97 (or 0x5B6D97) is known color: Waikawa Grey. HEX triplet: 5B, 6D and 97. RGB value is (91,109,151). Sum of RGB (Red+Green+Blue) = 91+109+151=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B6D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6D97 is #A49268. Grayscale: #6C6C6C. Windows color (decimal): -10785385 or 9923931. OLE color: 9923931.

HSL color Cylindrical-coordinate representation of color #5B6D97: hue angle of 222º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B6D97 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 109 151 -
CMYK 0.40 0.28 0 0.41
HSL 222º 0.25% 0.47% -
HSV(B) 222º 0.4% 0.59% -
XYZ 15.37 15.4 31.44 -
YUV 108.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 91 109 151 0.40 0.28 0 0.41 222 0.25 0.47
Hex 5B 6D 97 28 1C 0 29 DE 19 2F
Octal 133 155 227 50 34 0 51 336 31 57
Binary 1011011 1101101 10010111 101000 11100 0 101001 11011110 11001 101111

Color Harmonies of #5B6D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6D97

Black with #5B6D97

Text Example


Text Example

White with #5B6D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,109,151); }

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

background-color css

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

 a { background-color: rgb(91,109,151); }

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

border-color css

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

 span { border-color: rgb(91,109,151); }

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