Html Css Color HEX #5B7097 Waikawa Grey

📋 copy color: '#5B7097'

red 91 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #5B7097

Tints of Waikawa Grey #5B7097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 25.71%
G = 31.64%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B7097 (or 0x5B7097) is known color: Waikawa Grey. HEX triplet: 5B, 70 and 97. RGB value is (91,112,151). Sum of RGB (Red+Green+Blue) = 91+112+151=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B7097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7097 is #A48F68. Grayscale: #6D6D6D. Windows color (decimal): -10784617 or 9924699. OLE color: 9924699.

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

Color convert

RGB 91 112 151 -
CMYK 0.40 0.26 0 0.41
HSL 219º 0.25% 0.47% -
HSV(B) 219º 0.4% 0.59% -
XYZ 15.69 16.05 31.55 -
YUV 110.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 91 112 151 0.40 0.26 0 0.41 219 0.25 0.47
Hex 5B 70 97 28 1A 0 29 DB 19 2F
Octal 133 160 227 50 32 0 51 333 31 57
Binary 1011011 1110000 10010111 101000 11010 0 101001 11011011 11001 101111

Color Harmonies of #5B7097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7097

Black with #5B7097

Text Example


Text Example

White with #5B7097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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