Html Css Color HEX #5C6B94 Waikawa Grey

📋 copy color: '#5C6B94'

red 92 ◦ green 107 ◦ blue 148

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

Shades of Waikawa Grey #5C6B94

Tints of Waikawa Grey #5C6B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 26.51%
G = 30.84%
B = 42.65%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C6B94 (or 0x5C6B94) is known color: Waikawa Grey. HEX triplet: 5C, 6B and 94. RGB value is (92,107,148). Sum of RGB (Red+Green+Blue) = 92+107+148=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C6B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6B94 is #A3946B. Grayscale: #6B6B6B. Windows color (decimal): -10720364 or 9726812. OLE color: 9726812.

HSL color Cylindrical-coordinate representation of color #5C6B94: hue angle of 223.93º degrees, saturation: 0.23, 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 #5C6B94 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 107 148 -
CMYK 0.38 0.28 0 0.42
HSL 223.93º 0.23% 0.47% -
HSV(B) 223.93º 0.38% 0.58% -
XYZ 15.02 14.93 30.11 -
YUV 107.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 92 107 148 0.38 0.28 0 0.42 223.93 0.23 0.47
Hex 5C 6B 94 26 1C 0 2A E0 17 2F
Octal 134 153 224 46 34 0 52 340 27 57
Binary 1011100 1101011 10010100 100110 11100 0 101010 11100000 10111 101111

Color Harmonies of #5C6B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6B94

Black with #5C6B94

Text Example


Text Example

White with #5C6B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,107,148); }

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

background-color css

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

 a { background-color: rgb(92,107,148); }

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

border-color css

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

 span { border-color: rgb(92,107,148); }

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