Html Css Color HEX #5C699C Waikawa Grey

📋 copy color: '#5C699C'

red 92 ◦ green 105 ◦ blue 156

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

Shades of Waikawa Grey #5C699C

Tints of Waikawa Grey #5C699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 26.06%
G = 29.75%
B = 44.19%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C699C (or 0x5C699C) is known color: Waikawa Grey. HEX triplet: 5C, 69 and 9C. RGB value is (92,105,156). Sum of RGB (Red+Green+Blue) = 92+105+156=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C699C is #A39663. Grayscale: #6A6A6A. Windows color (decimal): -10720868 or 10250588. OLE color: 10250588.

HSL color Cylindrical-coordinate representation of color #5C699C: hue angle of 227.81º 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 #5C699C is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 105 156 -
CMYK 0.41 0.33 0 0.39
HSL 227.81º 0.26% 0.49% -
HSV(B) 227.81º 0.41% 0.61% -
XYZ 15.47 14.78 33.49 -
YUV 106.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 92 105 156 0.41 0.33 0 0.39 227.81 0.26 0.49
Hex 5C 69 9C 29 21 0 27 E4 1A 31
Octal 134 151 234 51 41 0 47 344 32 61
Binary 1011100 1101001 10011100 101001 100001 0 100111 11100100 11010 110001

Color Harmonies of #5C699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C699C

Black with #5C699C

Text Example


Text Example

White with #5C699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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