Html Css Color HEX #5C6690 Waikawa Grey

📋 copy color: '#5C6690'

red 92 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #5C6690

Tints of Waikawa Grey #5C6690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 27.22%
G = 30.18%
B = 42.6%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C6690 (or 0x5C6690) is known color: Waikawa Grey. HEX triplet: 5C, 66 and 90. RGB value is (92,102,144). Sum of RGB (Red+Green+Blue) = 92+102+144=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6690 is #A3996F. Grayscale: #676767. Windows color (decimal): -10721648 or 9463388. OLE color: 9463388.

HSL color Cylindrical-coordinate representation of color #5C6690: hue angle of 228.46º 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 #5C6690 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 102 144 -
CMYK 0.36 0.29 0 0.44
HSL 228.46º 0.22% 0.46% -
HSV(B) 228.46º 0.36% 0.56% -
XYZ 14.2 13.79 28.3 -
YUV 103.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 92 102 144 0.36 0.29 0 0.44 228.46 0.22 0.46
Hex 5C 66 90 24 1D 0 2C E4 16 2E
Octal 134 146 220 44 35 0 54 344 26 56
Binary 1011100 1100110 10010000 100100 11101 0 101100 11100100 10110 101110

Color Harmonies of #5C6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6690

Black with #5C6690

Text Example


Text Example

White with #5C6690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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