Html Css Color HEX #5C678D Waikawa Grey

📋 copy color: '#5C678D'

red 92 ◦ green 103 ◦ blue 141

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

Shades of Waikawa Grey #5C678D

Tints of Waikawa Grey #5C678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 27.38%
G = 30.65%
B = 41.96%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C678D (or 0x5C678D) is known color: Waikawa Grey. HEX triplet: 5C, 67 and 8D. RGB value is (92,103,141). Sum of RGB (Red+Green+Blue) = 92+103+141=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C678D is #A39872. Grayscale: #676767. Windows color (decimal): -10721395 or 9267036. OLE color: 9267036.

HSL color Cylindrical-coordinate representation of color #5C678D: hue angle of 226.53º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C678D is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 103 141 -
CMYK 0.35 0.27 0 0.45
HSL 226.53º 0.21% 0.46% -
HSV(B) 226.53º 0.35% 0.55% -
XYZ 14.07 13.9 27.14 -
YUV 104.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 92 103 141 0.35 0.27 0 0.45 226.53 0.21 0.46
Hex 5C 67 8D 23 1B 0 2D E3 15 2E
Octal 134 147 215 43 33 0 55 343 25 56
Binary 1011100 1100111 10001101 100011 11011 0 101101 11100011 10101 101110

Color Harmonies of #5C678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C678D

Black with #5C678D

Text Example


Text Example

White with #5C678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,103,141); }

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

background-color css

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

 a { background-color: rgb(92,103,141); }

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

border-color css

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

 span { border-color: rgb(92,103,141); }

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