Html Css Color HEX #5C6995 Waikawa Grey

📋 copy color: '#5C6995'

red 92 ◦ green 105 ◦ blue 149

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

Shades of Waikawa Grey #5C6995

Tints of Waikawa Grey #5C6995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 26.59%
G = 30.35%
B = 43.06%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C6995 (or 0x5C6995) is known color: Waikawa Grey. HEX triplet: 5C, 69 and 95. RGB value is (92,105,149). Sum of RGB (Red+Green+Blue) = 92+105+149=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C6995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6995 is #A3966A. Grayscale: #696969. Windows color (decimal): -10720875 or 9791836. OLE color: 9791836.

HSL color Cylindrical-coordinate representation of color #5C6995: hue angle of 226.32º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C6995 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 105 149 -
CMYK 0.38 0.30 0 0.42
HSL 226.32º 0.24% 0.47% -
HSV(B) 226.32º 0.38% 0.58% -
XYZ 14.89 14.55 30.46 -
YUV 106.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 92 105 149 0.38 0.30 0 0.42 226.32 0.24 0.47
Hex 5C 69 95 26 1E 0 2A E2 18 2F
Octal 134 151 225 46 36 0 52 342 30 57
Binary 1011100 1101001 10010101 100110 11110 0 101010 11100010 11000 101111

Color Harmonies of #5C6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6995

Black with #5C6995

Text Example


Text Example

White with #5C6995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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