Html Css Color HEX #5C669C Waikawa Grey

📋 copy color: '#5C669C'

red 92 ◦ green 102 ◦ blue 156

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

Shades of Waikawa Grey #5C669C

Tints of Waikawa Grey #5C669C

RGB

 RED value IS 92 (36.33% from 255) = 26.29%

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 26.29%
G = 29.14%
B = 44.57%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C669C (or 0x5C669C) is known color: Waikawa Grey. HEX triplet: 5C, 66 and 9C. RGB value is (92,102,156). Sum of RGB (Red+Green+Blue) = 92+102+156=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C669C is #A39963. Grayscale: #686868. Windows color (decimal): -10721636 or 10249820. OLE color: 10249820.

HSL color Cylindrical-coordinate representation of color #5C669C: hue angle of 230.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C669C is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 102 156 -
CMYK 0.41 0.35 0 0.39
HSL 230.63º 0.26% 0.49% -
HSV(B) 230.63º 0.41% 0.61% -
XYZ 15.17 14.18 33.39 -
YUV 105.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 92 102 156 0.41 0.35 0 0.39 230.63 0.26 0.49
Hex 5C 66 9C 29 23 0 27 E7 1A 31
Octal 134 146 234 51 43 0 47 347 32 61
Binary 1011100 1100110 10011100 101001 100011 0 100111 11100111 11010 110001

Color Harmonies of #5C669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C669C

Black with #5C669C

Text Example


Text Example

White with #5C669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,156); }

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

background-color css

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

 a { background-color: rgb(92,102,156); }

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

border-color css

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

 span { border-color: rgb(92,102,156); }

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