Html Css Color HEX #5E6692 Waikawa Grey

📋 copy color: '#5E6692'

red 94 ◦ green 102 ◦ blue 146

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

Shades of Waikawa Grey #5E6692

Tints of Waikawa Grey #5E6692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 27.49%
G = 29.82%
B = 42.69%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E6692 (or 0x5E6692) is known color: Waikawa Grey. HEX triplet: 5E, 66 and 92. RGB value is (94,102,146). Sum of RGB (Red+Green+Blue) = 94+102+146=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E6692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6692 is #A1996D. Grayscale: #686868. Windows color (decimal): -10590574 or 9594462. OLE color: 9594462.

HSL color Cylindrical-coordinate representation of color #5E6692: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6692 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 102 146 -
CMYK 0.36 0.30 0 0.43
HSL 230.77º 0.22% 0.47% -
HSV(B) 230.77º 0.36% 0.57% -
XYZ 14.56 13.96 29.12 -
YUV 104.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 94 102 146 0.36 0.30 0 0.43 230.77 0.22 0.47
Hex 5E 66 92 24 1E 0 2B E7 16 2F
Octal 136 146 222 44 36 0 53 347 26 57
Binary 1011110 1100110 10010010 100100 11110 0 101011 11100111 10110 101111

Color Harmonies of #5E6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6692

Black with #5E6692

Text Example


Text Example

White with #5E6692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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