Html Css Color HEX #5B6684 Waikawa Grey

📋 copy color: '#5B6684'

red 91 ◦ green 102 ◦ blue 132

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

Shades of Waikawa Grey #5B6684

Tints of Waikawa Grey #5B6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 28%
G = 31.38%
B = 40.62%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B6684 (or 0x5B6684) is known color: Waikawa Grey. HEX triplet: 5B, 66 and 84. RGB value is (91,102,132). Sum of RGB (Red+Green+Blue) = 91+102+132=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B6684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6684 is #A4997B. Grayscale: #666666. Windows color (decimal): -10787196 or 8676955. OLE color: 8676955.

HSL color Cylindrical-coordinate representation of color #5B6684: hue angle of 223.9º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B6684 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 102 132 -
CMYK 0.31 0.23 0 0.48
HSL 223.9º 0.18% 0.44% -
HSV(B) 223.9º 0.31% 0.52% -
XYZ 13.23 13.39 23.72 -
YUV 102.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 91 102 132 0.31 0.23 0 0.48 223.9 0.18 0.44
Hex 5B 66 84 1F 17 0 30 E0 12 2C
Octal 133 146 204 37 27 0 60 340 22 54
Binary 1011011 1100110 10000100 11111 10111 0 110000 11100000 10010 101100

Color Harmonies of #5B6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6684

Black with #5B6684

Text Example


Text Example

White with #5B6684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,132); }

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

background-color css

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

 a { background-color: rgb(91,102,132); }

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

border-color css

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

 span { border-color: rgb(91,102,132); }

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