Html Css Color HEX #5E6688 Waikawa Grey

📋 copy color: '#5E6688'

red 94 ◦ green 102 ◦ blue 136

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

Shades of Waikawa Grey #5E6688

Tints of Waikawa Grey #5E6688

RGB

 RED value IS 94 (37.11% from 255) = 28.31%

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 28.31%
G = 30.72%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E6688 (or 0x5E6688) is known color: Waikawa Grey. HEX triplet: 5E, 66 and 88. RGB value is (94,102,136). Sum of RGB (Red+Green+Blue) = 94+102+136=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6688 is #A19977. Grayscale: #676767. Windows color (decimal): -10590584 or 8939102. OLE color: 8939102.

HSL color Cylindrical-coordinate representation of color #5E6688: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E6688 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 102 136 -
CMYK 0.31 0.25 0 0.47
HSL 228.57º 0.18% 0.45% -
HSV(B) 228.57º 0.31% 0.53% -
XYZ 13.81 13.66 25.2 -
YUV 103.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 94 102 136 0.31 0.25 0 0.47 228.57 0.18 0.45
Hex 5E 66 88 1F 19 0 2F E5 12 2D
Octal 136 146 210 37 31 0 57 345 22 55
Binary 1011110 1100110 10001000 11111 11001 0 101111 11100101 10010 101101

Color Harmonies of #5E6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6688

Black with #5E6688

Text Example


Text Example

White with #5E6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,136); }

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

background-color css

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

 a { background-color: rgb(94,102,136); }

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

border-color css

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

 span { border-color: rgb(94,102,136); }

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