Html Css Color HEX #5C689A Waikawa Grey

📋 copy color: '#5C689A'

red 92 ◦ green 104 ◦ blue 154

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

Shades of Waikawa Grey #5C689A

Tints of Waikawa Grey #5C689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 26.29%
G = 29.71%
B = 44%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C689A (or 0x5C689A) is known color: Waikawa Grey. HEX triplet: 5C, 68 and 9A. RGB value is (92,104,154). Sum of RGB (Red+Green+Blue) = 92+104+154=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C689A is #A39765. Grayscale: #696969. Windows color (decimal): -10721126 or 10119260. OLE color: 10119260.

HSL color Cylindrical-coordinate representation of color #5C689A: hue angle of 228.39º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C689A is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 104 154 -
CMYK 0.40 0.32 0 0.40
HSL 228.39º 0.25% 0.48% -
HSV(B) 228.39º 0.4% 0.6% -
XYZ 15.2 14.51 32.57 -
YUV 106.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 92 104 154 0.40 0.32 0 0.40 228.39 0.25 0.48
Hex 5C 68 9A 28 20 0 28 E4 19 30
Octal 134 150 232 50 40 0 50 344 31 60
Binary 1011100 1101000 10011010 101000 100000 0 101000 11100100 11001 110000

Color Harmonies of #5C689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C689A

Black with #5C689A

Text Example


Text Example

White with #5C689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,104,154); }

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

background-color css

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

 a { background-color: rgb(92,104,154); }

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

border-color css

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

 span { border-color: rgb(92,104,154); }

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