Html Css Color HEX #5B668E Waikawa Grey

📋 copy color: '#5B668E'

red 91 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #5B668E

Tints of Waikawa Grey #5B668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 27.16%
G = 30.45%
B = 42.39%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B668E (or 0x5B668E) is known color: Waikawa Grey. HEX triplet: 5B, 66 and 8E. RGB value is (91,102,142). Sum of RGB (Red+Green+Blue) = 91+102+142=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B668E is #A49971. Grayscale: #676767. Windows color (decimal): -10787186 or 9332315. OLE color: 9332315.

HSL color Cylindrical-coordinate representation of color #5B668E: hue angle of 227.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B668E is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 102 142 -
CMYK 0.36 0.28 0 0.44
HSL 227.06º 0.22% 0.46% -
HSV(B) 227.06º 0.36% 0.56% -
XYZ 13.95 13.68 27.5 -
YUV 103.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 91 102 142 0.36 0.28 0 0.44 227.06 0.22 0.46
Hex 5B 66 8E 24 1C 0 2C E3 16 2E
Octal 133 146 216 44 34 0 54 343 26 56
Binary 1011011 1100110 10001110 100100 11100 0 101100 11100011 10110 101110

Color Harmonies of #5B668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B668E

Black with #5B668E

Text Example


Text Example

White with #5B668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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